Skip to content

Commit bcfcaba

Browse files
committed
Remove obsolete code
1 parent f0e5cac commit bcfcaba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/at/favre/lib/bytes/BinaryToTextEncoding.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ public byte[] decode(String encoded) {
181181
return array;
182182
}
183183

184-
private int maxLength(byte[] data, int radix) {
185-
return BigInteger.valueOf(2).pow(BigInteger.valueOf(data.length).multiply(BigInteger.valueOf(8)).intValue()).toString(radix).length();
186-
}
184+
// private int maxLength(byte[] data, int radix) {
185+
// return BigInteger.valueOf(2).pow(BigInteger.valueOf(data.length).multiply(BigInteger.valueOf(8)).intValue()).toString(radix).length();
186+
// }
187187
}
188188
}

0 commit comments

Comments
 (0)