Code cleanup.

This commit is contained in:
Eric S. Raymond 2017-07-14 13:10:13 -04:00
parent 1954c04ccc
commit d1e29319fa
3 changed files with 1 additions and 9 deletions

5
misc.c
View file

@ -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;