Index: src/js/regexp.js |
diff --git a/src/js/regexp.js b/src/js/regexp.js |
index 830fc75b30f7f3d999e99b7971cf08d3a41243f8..dc53f17a0cbdaa115ada14c657ee04f0842d180a 100644 |
--- a/src/js/regexp.js |
+++ b/src/js/regexp.js |
@@ -779,7 +779,6 @@ for (var i = 1; i < 10; ++i) { |
utils.Export(function(to) { |
to.RegExpExec = DoRegExpExec; |
- to.RegExpExecNoTests = RegExpExecNoTests; |
to.RegExpLastMatchInfo = RegExpLastMatchInfo; |
to.RegExpTest = RegExpTest; |
to.IsRegExp = IsRegExp; |