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:
Benedikt Ritter 2013-10-28 18:38:50 +00:00
parent 4a96a5dafe
commit 21b12e810a
1 changed files with 0 additions and 2 deletions

View File

@ -32,8 +32,6 @@
*/
public class OctalUnescaper extends CharSequenceTranslator {
private static int OCTAL_MAX = 377;
/**
* {@inheritDoc}
*/