未验证 提交 9df474d4 编写于 作者: P Phodal Huang

refactoring: remove unused method call

上级 bff5cce1
......@@ -7,7 +7,6 @@ type JClassNode struct {
Path string
Fields []JAppField
Methods []JMethod
MethodCalls []JMethodCall
Extend string
Implements []string
}
......@@ -18,5 +17,5 @@ type JAppField struct {
}
func NewClassNode() JClassNode {
return *&JClassNode{"", "", "", "", nil, nil, nil, "", nil}
return *&JClassNode{"", "", "", "", nil, nil, "", nil}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册