Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
helloboy12345 committed Jun 15, 2020
1 parent 6ddd550 commit cba885e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions common/src/main/java/org/tron/common/utils/Value.java
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,6 @@ public byte[] asBytes() {
return ByteUtil.EMPTY_BYTE_ARRAY;
}


public int[] asSlice() {
return (int[]) value;
}

public Value get(int index) {
if (isList()) {
// Guard for OutOfBounds
Expand Down

0 comments on commit cba885e

Please sign in to comment.