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

Unified Diff: src/string-search.cc

Issue 3788008: [Isolates] Fix auto extraction of isolate from heap objects in handle constructor. (Closed)
Patch Set: Created 10 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 | « src/runtime.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/string-search.cc
diff --git a/src/string-search.cc b/src/string-search.cc
index 94c2b154158c79aaf84afeee39919dd82282cf49..3ae68b5d4016f53c9b24f98373512dc2e15dc9ed 100644
--- a/src/string-search.cc
+++ b/src/string-search.cc
@@ -38,8 +38,4 @@ namespace internal {
// good_suffix_shift_table()
// suffix_table()
-//int StringSearchBase::kBadCharShiftTable[kUC16AlphabetSize];
-//int StringSearchBase::kGoodSuffixShiftTable[kBMMaxShift + 1];
-//int StringSearchBase::kSuffixTable[kBMMaxShift + 1];
-
}} // namespace v8::internal
« no previous file with comments | « src/runtime.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698