X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=parser.h;h=73f6d03ce2a36b8bcb387b19e1bba8fc8f0c268e;hp=eb77effe8e5e046c4f248cc96da39d6be9b054b3;hb=6caaedd269a1db1ce6e07d85bb857528c3b50795;hpb=6424ebaf98262bfd65a48b644b57fdf99b7866a9 diff --git a/parser.h b/parser.h index eb77eff..73f6d03 100644 --- a/parser.h +++ b/parser.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Wolfgang Bumiller * Dale Weiler * @@ -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;