Two coverage imprivenents, one by recognizing dead code.
[open-adventure.git] / advent.h
index 7eb54dc744d3e694edf5055b252b0a55e843047a..b9f24fe23248fba323031bbcd166ed7d03065c35 100644 (file)
--- a/advent.h
+++ b/advent.h
@@ -101,7 +101,6 @@ enum phase_codes {
     GO_TOP,
     GO_CLEAROBJ,
     GO_CHECKHINT,
-    GO_CHECKFOO,
     GO_DIRECTION,
     GO_LOOKUP,
     GO_WORD2,
@@ -208,7 +207,6 @@ extern void packed_to_token(long, char token[]);
 extern long token_to_packed(const char token[]);
 extern void tokenize(char*, struct command_t *);
 extern void vspeak(const char*, bool, va_list);
-extern bool wordempty(token_t);
 extern void wordclear(token_t *);
 extern void speak(const char*, ...);
 extern void sspeak(long msg, ...);