fix: remove unused code

上级 0a0e0a2c
......@@ -14,7 +14,6 @@ func BuildAnnotation(ctx *parser.AnnotationContext) core_domain.CodeAnnotation {
pairs := ctx.ElementValuePairs().(*parser.ElementValuePairsContext).AllElementValuePair()
for _, pair := range pairs {
pairCtx := pair.(*parser.ElementValuePairContext)
pairCtx.ElementValue()
key := pairCtx.IDENTIFIER().GetText()
value := pairCtx.ElementValue().GetText()
......@@ -38,4 +37,3 @@ func BuildAnnotationForMethod(context *parser.ModifierContext, method *core_doma
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册