]> git.cworth.org Git - wordgame/blobdiff - dict-impl.h
Eliminate useless layer of dict wrapping trie.
[wordgame] / dict-impl.h
index 2c5514d17c8cf5fe9d6bb3b1e179f42f8a183166..030df6fd2f071a82b62e37eec022c04c648bcf11 100644 (file)
@@ -83,8 +83,4 @@ trie_print_seen (trie_t *trie, string_t *word);
 int
 trie_print_unseen (trie_t *trie, string_t *word);
 
-struct _dict {
-    trie_t *trie;
-};
-
 #endif /* _DICT_IMPL_H_ */