mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +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
Notes:
sideshowbarker
2024-07-18 18:49:34 +09:00
Author: https://github.com/Mango0x45 🔰 Commit: https://github.com/SerenityOS/serenity/commit/ec0abec9ee8 Pull-request: https://github.com/SerenityOS/serenity/pull/6768
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…
Reference in a new issue