lexer: Remove unused function lex_put_back_id().
[pspp-builds.git] / src / language / lexer / lexer.h
index 7af40234cc03d40d157a824f3803db05afac2266..1abefb6b623fb30acc42ca4c05a6da27227bd8ce 100644 (file)
@@ -69,7 +69,6 @@ bool lex_force_string (struct lexer *);
 /* Weird token functions. */
 enum token_type lex_look_ahead (struct lexer *);
 void lex_put_back (struct lexer *, enum token_type);
-void lex_put_back_id (struct lexer *, const char *tokid);
 
 /* Weird line processing functions. */
 const char *lex_entire_line (const struct lexer *);