]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - parser.h
Remove spelling corrector
[xonotic/gmqcc.git] / parser.h
index c6fe91d86ac0c8f26159740485407ffefffb8afe..73f6d03ce2a36b8bcb387b19e1bba8fc8f0c268e 100644 (file)
--- a/parser.h
+++ b/parser.h
@@ -92,10 +92,6 @@ struct parser_s {
     ht htglobals;
     ht *typedefs;
 
-    /* same as above but for the spelling corrector */
-    correct_trie_t  **correct_variables;
-    size_t         ***correct_variables_score;  /* vector of vector of size_t* */
-
     /* not to be used directly, we use the hash table */
     ast_expression **_locals;
     size_t          *_blocklocals;