Skip to content

Commit

Permalink
fix: remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Feb 4, 2020
1 parent 33390a3 commit 5375bec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/infrastructure/ast/ast_java/java_full_listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,6 @@ func (s *JavaFullListener) EnterInterfaceMethodDeclaration(ctx *parser.Interface
updateMethod(method)
}

func (s *JavaFullListener) ExitInterfaceDeclaration(ctx *parser.InterfaceDeclarationContext) {

}

func (s *JavaFullListener) EnterFormalParameter(ctx *parser.FormalParameterContext) {
formalParameters[ctx.VariableDeclaratorId().GetText()] = ctx.TypeType().GetText()
}
Expand Down

0 comments on commit 5375bec

Please sign in to comment.