Remove unused constant
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1536477 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4a96a5dafe
commit
21b12e810a
|
@ -32,8 +32,6 @@ import java.io.Writer;
|
|||
*/
|
||||
public class OctalUnescaper extends CharSequenceTranslator {
|
||||
|
||||
private static int OCTAL_MAX = 377;
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue