| Index: src/regexp.js
|
| diff --git a/src/regexp.js b/src/regexp.js
|
| index b6bf3f983750b4a44f42ccec4cfebb2babca3cb0..3ac59872029eb8fe4c3dc90bcaa2891a52c55a32 100644
|
| --- a/src/regexp.js
|
| +++ b/src/regexp.js
|
| @@ -13,13 +13,7 @@
|
|
|
| %CheckIsBootstrapping();
|
|
|
| -// -------------------------------------------------------------------
|
| -// Imports
|
| -
|
| var GlobalRegExp = global.RegExp;
|
| -var InternalPackedArray = shared.InternalPackedArray;
|
| -
|
| -// -------------------------------------------------------------------
|
|
|
| // Property of the builtins object for recording the result of the last
|
| // regexp match. The property $regexpLastMatchInfo includes the matchIndices
|
|
|