Delete useless comment
This commit is contained in:
parent
051669b4cc
commit
24213070a3
@ -23,8 +23,7 @@ pub struct SymbolTable {
|
|||||||
values: HashMap<SymbolPath, Symbol>,
|
values: HashMap<SymbolPath, Symbol>,
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO add various types of lookups here, maybe multiple hash tables internally? also make values
|
//TODO add various types of lookups here, maybe multiple hash tables internally?
|
||||||
//non-public
|
|
||||||
impl SymbolTable {
|
impl SymbolTable {
|
||||||
pub fn new() -> SymbolTable {
|
pub fn new() -> SymbolTable {
|
||||||
SymbolTable {
|
SymbolTable {
|
||||||
|
Loading…
Reference in New Issue
Block a user