Reviewers: Mads Ager,

Description:
Remove unused function.

Please review this at http://codereview.chromium.org/523036

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   M     src/regexp-delay.js


Index: src/regexp-delay.js
===================================================================
--- src/regexp-delay.js (revision 3528)
+++ src/regexp-delay.js (working copy)
@@ -140,12 +140,6 @@
  }


-function DoRegExpExecGlobal(regexp, string) {
-  // Returns an array of arrays of substring indices.
-  return %RegExpExecGlobal(regexp, string, lastMatchInfo);
-}
-
-
  function RegExpExec(string) {
    if (!IS_REGEXP(this)) {
      throw MakeTypeError('method_called_on_incompatible',


-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to