Remove old TODO

This commit is contained in:
greg 2019-10-22 15:04:38 -07:00
parent bf59e6cc63
commit f3ecdc61cb
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ pub struct SymbolTable {
symbol_trie: SymbolTrie,
}
//TODO add various types of lookups here, maybe multiple hash tables internally?
impl SymbolTable {
pub fn new() -> SymbolTable {
SymbolTable {