Remove unused comment in CST.cc
This commit is contained in:
parent
06127ff624
commit
4a501c1f77
1 changed files with 0 additions and 4 deletions
|
@ -184,10 +184,6 @@ namespace bolt {
|
|||
return Parent->getScope();
|
||||
}
|
||||
|
||||
/* ClassScope& Node::getClassScope() { */
|
||||
/* return Parent->getClassScope(); */
|
||||
/* } */
|
||||
|
||||
TextLoc Token::getEndLoc() const {
|
||||
auto Loc = StartLoc;
|
||||
Loc.advance(getText());
|
||||
|
|
Loading…
Reference in a new issue