diff --git a/src/CST.cc b/src/CST.cc index 3efd78546..aa9db755c 100644 --- a/src/CST.cc +++ b/src/CST.cc @@ -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());