lexer: Get rid of lex_negative_to_dash().
[pspp-builds.git] / src / language / lexer / lexer.h
index efdef8a46802ed45c312d8336ef7368ba524d31e..82f3fe23c10f40c1b941f0b8a0a965ba7b307d72 100644 (file)
@@ -97,7 +97,6 @@ const char *lex_tokid (const struct lexer *);
 const struct string *lex_tokstr (const struct lexer *);
 
 /* Really weird functions. */
-void lex_negative_to_dash (struct lexer *);
 void lex_skip_comment (struct lexer *);
 
 #endif /* !lexer_h */