Remove unused arena field

This commit is contained in:
Tony Garnock-Jones 2015-07-13 15:56:48 -04:00
parent 7b080eacc0
commit 85a139f5dd
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ typedef struct tt_arena_t {
/* Fields for the Robin Hood hashset used for hashconsing of tt_nodes */
unsigned int max_probe;
unsigned int table_length;
tt_hash_t *hashes;
tt_hashtable_entry_t *table;
tt_header_t *headers;