mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
JavaScript: Remove esregex.
This commit is contained in:
@@ -94,7 +94,6 @@ public class RegExpExtractor {
|
||||
termkinds.put("UnicodePropertyEscape", 27);
|
||||
}
|
||||
|
||||
/** This has to be kept consistent with esregex. */
|
||||
private static final String[] errmsgs = new String[] {
|
||||
"unexpected end of regular expression",
|
||||
"unexpected character",
|
||||
|
||||
Reference in New Issue
Block a user