Remove unused fields
This commit is contained in:
		
							parent
							
								
									96ac56faac
								
							
						
					
					
						commit
						bc1ac5a37f
					
				| 
						 | 
					@ -9,9 +9,6 @@ package org.whispersystems.textsecuregcm.util;
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
public class Hex {
 | 
					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");
 | 
					  final static String EOL = System.getProperty("line.separator");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  private final static char[] HEX_DIGITS = {
 | 
					  private final static char[] HEX_DIGITS = {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue