mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:37:34 +00:00
Userland: Remove an unused function declaration from tac.
The function declaration seems to have come from an earlier commit. The function is no longer here so there is no reason to keep this around.
This commit is contained in:
parent
56fc949646
commit
ec0abec9ee
1 changed files with 0 additions and 2 deletions
|
@ -9,8 +9,6 @@
|
|||
#include <LibCore/File.h>
|
||||
#include <unistd.h>
|
||||
|
||||
void print_lines(const Vector<String>& vec);
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
if (pledge("stdio rpath", nullptr) < 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue