Index: src/js/regexp.js |
diff --git a/src/js/regexp.js b/src/js/regexp.js |
index ecec6e276e8533021370ad7813ff226e2dc017ce..a163952451f082ea50e12678a7a94fffa3e4052e 100644 |
--- a/src/js/regexp.js |
+++ b/src/js/regexp.js |
@@ -271,8 +271,6 @@ function TrimRegExp(regexp) { |
} |
-var kRegExpPrototypeToString = 12; |
- |
function RegExpToString() { |
if (!IS_REGEXP(this)) { |
// RegExp.prototype.toString() returns '/(?:)/' as a compatibility fix; |