Remove/fix unused stuff and other warnings
This commit is contained in:
@ -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