Remove unused fields

This commit is contained in:
Ehren Kret 2022-05-25 16:50:43 -05:00
parent 96ac56faac
commit bc1ac5a37f
1 changed files with 0 additions and 3 deletions

View File

@ -9,9 +9,6 @@ package org.whispersystems.textsecuregcm.util;
*/
public class Hex {
private final static int HEX_DIGITS_START = 10;
private final static int ASCII_TEXT_START = HEX_DIGITS_START + (16*2 + (16/2));
final static String EOL = System.getProperty("line.separator");
private final static char[] HEX_DIGITS = {