fix: remove unused method

上级 33390a39
......@@ -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()
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册