We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7d6e5 commit e3c736dCopy full SHA for e3c736d
java/com/google/re2j/Parser.java
@@ -28,7 +28,6 @@ class Parser {
28
private static final String ERR_INTERNAL_ERROR = "regexp/syntax: internal error";
29
30
// Parse errors
31
- private static final String ERR_INVALID_CHAR_CLASS = "invalid character class";
32
private static final String ERR_INVALID_CHAR_RANGE = "invalid character class range";
33
private static final String ERR_INVALID_ESCAPE = "invalid escape sequence";
34
private static final String ERR_INVALID_NAMED_CAPTURE = "invalid named capture";
0 commit comments