]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - lexer.h
More cleanup
[xonotic/gmqcc.git] / lexer.h
diff --git a/lexer.h b/lexer.h
index 2d5ec0d5c6c5a7390b21f241c4b17c3e3caeeb71..5e5d69e75e86aaff852e72e2a9b35810ddbcb667 100644 (file)
--- a/lexer.h
+++ b/lexer.h
@@ -38,22 +38,9 @@ struct token_s {
         int       t; /* type */
     } constval;
 
-#if 0
-    struct token_s *next;
-    struct token_s *prev;
-#endif
-
     lex_ctx_t ctx;
 };
 
-#if 0
-token* token_new();
-void   token_delete(token*);
-token* token_copy(const token *cp);
-void   token_delete_all(token *t);
-token* token_copy_all(const token *cp);
-#endif
-
 /* Lexer
  *
  */