Skip to content

Commit

Permalink
remove un usedcode
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Jan 25, 2015
1 parent c8821e9 commit 81bf6a4
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,6 @@ private void _setContext(Context context, MethodVisitor mw) {
}

private void _deserialize_endCheck(Context context, MethodVisitor mw, Label reset_) {
Label _end_if = new Label();
// Label nextToken_ = new Label();

// mw.visitFieldInsn(GETSTATIC, getType(System.class), "out", "Ljava/io/PrintStream;");
Expand All @@ -809,8 +808,6 @@ private void _deserialize_endCheck(Context context, MethodVisitor mw, Label rese
mw.visitVarInsn(ALOAD, context.var("lexer"));
mw.visitFieldInsn(GETSTATIC, "com/alibaba/fastjson/parser/JSONToken", "COMMA", "I");
mw.visitMethodInsn(INVOKEVIRTUAL, "com/alibaba/fastjson/parser/JSONLexerBase", "nextToken", "(I)V");

mw.visitLabel(_end_if);
}

private void _deserialze_list_obj(Context context, MethodVisitor mw, Label reset_, FieldInfo fieldInfo,
Expand Down

0 comments on commit 81bf6a4

Please sign in to comment.