Skip to content

Commit 9645f44

Browse files
committed
Eliminate dead code
1 parent ef0af73 commit 9645f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cbor/src/main/java/com/fasterxml/jackson/dataformat/cbor/CBORParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ public boolean empty() {
376376
return _stringRefs.empty();
377377
}
378378

379-
private Stack<StringRefList> _stringRefs = _stringRefs = new Stack<>();
379+
private Stack<StringRefList> _stringRefs = new Stack<>();
380380
private int _nestedDepth = 0;
381381
}
382382

0 commit comments

Comments
 (0)