From 4a501c1f77d21bf53a9eb5a01fea74f0fec942fe Mon Sep 17 00:00:00 2001 From: Sam Vervaeck Date: Fri, 26 May 2023 15:19:40 +0200 Subject: [PATCH] Remove unused comment in CST.cc --- src/CST.cc | 4 ---- 1 file changed, 4 deletions(-) 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());