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:
Mango0x45 2021-05-01 13:16:40 +02:00 committed by Linus Groh
parent 56fc949646
commit ec0abec9ee
Notes: sideshowbarker 2024-07-18 18:49:34 +09:00

View file

@ -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) {