mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 20:15:07 +00:00
Shell: Remove some unused code.
This commit is contained in:
parent
c110cf193d
commit
aa2cfed6b0
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…
Add table
Add a link
Reference in a new issue