Delete useless comment
This commit is contained in:
parent
051669b4cc
commit
24213070a3
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user