Two coverage imprivenents, one by recognizing dead code.
[open-adventure.git] / misc.c
diff --git a/misc.c b/misc.c
index 756e5cbfb223a443d3909fe4d3025b199bc3cb55..c4dc35124b4e9885007e4110f85cad7d7163125e 100644 (file)
--- a/misc.c
+++ b/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;