Skip to content

Commit

Permalink
Irrelevant comment removal
Browse files Browse the repository at this point in the history
  • Loading branch information
0x19 committed Sep 24, 2023
1 parent 2a47682 commit d28fb40
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ast/override.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,6 @@ func (o *OverrideSpecifier) Parse(unit *SourceUnit[Node[ast_pb.SourceUnit]], fnN
}
o.NodeType = ast_pb.NodeType_OVERRIDE_SPECIFIER

// Not yet able to figure this part out entirely...
// @TODO: Figure out how to parse this, as override can be specified, without any paths which
// is what the hell to figure out what actual function name is...
// Findings afer this note is that these are derived contracts.
if ctx.GetOverrides() != nil {
for _, override := range ctx.GetOverrides() {
oId := o.GetNextID()
Expand Down

0 comments on commit d28fb40

Please sign in to comment.