fix: remove unused code

上级 854b5bae
......@@ -99,9 +99,6 @@ func BuildInterfaceTypeBody(ctx *parser.TypeMemberListContext, dataStruct *core_
case *parser.PropertySignatureContext:
BuildInterfacePropertySignature(x, dataStruct)
case *parser.MethodSignatureContext:
method := core_domain.NewJMethod()
method.Name = x.PropertyName().GetText()
function := core_domain.CodeFunction{
Name: x.PropertyName().GetText(),
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册