Code cleanup.
This commit is contained in:
parent
1954c04ccc
commit
d1e29319fa
3 changed files with 1 additions and 9 deletions
5
misc.c
5
misc.c
|
@ -128,11 +128,6 @@ void tokenize(char* raw, struct command_t *cmd)
|
|||
|
||||
/* Hide the fact that wods are corrently packed longs */
|
||||
|
||||
bool wordempty(token_t a)
|
||||
{
|
||||
return a == 0;
|
||||
}
|
||||
|
||||
void wordclear(token_t *v)
|
||||
{
|
||||
*v = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue