Remove/fix unused stuff and other warnings
This commit is contained in:
@ -238,6 +238,5 @@ next:
|
||||
line = string_tokenizealloc(NULL, "\n");
|
||||
}
|
||||
|
||||
done:
|
||||
return ok;
|
||||
}
|
||||
|
||||
@ -79,6 +79,7 @@ bool rt_mkalias(Token *tks) {
|
||||
}
|
||||
|
||||
bool rt_PID(Token *tks) {
|
||||
(void)tks;
|
||||
uprintf("%lu\n", PID);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user