Delete useless comment

This commit is contained in:
greg 2019-03-10 17:29:02 -07:00
parent 051669b4cc
commit 24213070a3
1 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,7 @@ pub struct SymbolTable {
values: HashMap<SymbolPath, Symbol>,
}
//TODO add various types of lookups here, maybe multiple hash tables internally? also make values
//non-public
//TODO add various types of lookups here, maybe multiple hash tables internally?
impl SymbolTable {
pub fn new() -> SymbolTable {
SymbolTable {