diff --git a/Userland/Utilities/tac.cpp b/Userland/Utilities/tac.cpp index f2383ccafe..8e13f37439 100644 --- a/Userland/Utilities/tac.cpp +++ b/Userland/Utilities/tac.cpp @@ -9,8 +9,6 @@ #include #include -void print_lines(const Vector& vec); - int main(int argc, char** argv) { if (pledge("stdio rpath", nullptr) < 0) {