mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Shell: Remove some unused code.
This commit is contained in:
parent
c110cf193d
commit
aa2cfed6b0
Notes:
sideshowbarker
2024-07-19 13:21:44 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/aa2cfed6b0f
1 changed files with 0 additions and 8 deletions
|
@ -42,14 +42,6 @@ static int sh_pwd(int, char**)
|
|||
return 0;
|
||||
}
|
||||
|
||||
static volatile bool g_got_signal = false;
|
||||
|
||||
void did_receive_signal(int signum)
|
||||
{
|
||||
printf("\nMy word, I've received a signal with number %d\n", signum);
|
||||
g_got_signal = true;
|
||||
}
|
||||
|
||||
static int sh_exit(int, char**)
|
||||
{
|
||||
printf("Good-bye!\n");
|
||||
|
|
Loading…
Reference in a new issue