Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(276)

Unified Diff: src/js/regexp.js

Issue 2397373004: [regexp] Remove unused InternalPackedArray (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/js/regexp.js
diff --git a/src/js/regexp.js b/src/js/regexp.js
index 3c0dddedbc523f8d32d0614ddc99012a4b68b218..612d0aecc82d0e85c8f62493ccec02c658c392aa 100644
--- a/src/js/regexp.js
+++ b/src/js/regexp.js
@@ -16,7 +16,6 @@ var GlobalObject = global.Object;
var GlobalRegExp = global.RegExp;
var GlobalRegExpPrototype = GlobalRegExp.prototype;
var InternalArray = utils.InternalArray;
-var InternalPackedArray = utils.InternalPackedArray;
var MaxSimple;
var MinSimple;
var RegExpExecJS = GlobalRegExp.prototype.exec;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698