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

Unified Diff: src/jsregexp-inl.h

Issue 10408: Uniqueify out sets. (Closed)
Patch Set: Created 12 years, 1 month 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
Index: src/jsregexp-inl.h
diff --git a/src/jsregexp-inl.h b/src/jsregexp-inl.h
index b28a9df9167c7bfaaa16269c69530c744d3a8ef2..890adced0064d5280b5202d28aac6141cec9ef73 100644
--- a/src/jsregexp-inl.h
+++ b/src/jsregexp-inl.h
@@ -253,19 +253,6 @@ static void DoForEach(Node* node, Callback callback) {
}
-OutSet::OutSet(unsigned value)
- : first_(0),
- remaining_(NULL) {
- Set(value);
-}
-
-
-DispatchTable::Entry::Entry(uc16 from, uc16 to, unsigned value)
- : from_(from),
- to_(to),
- out_set_(value) { }
-
-
} // namespace internal
} // namespace v8
« no previous file with comments | « src/jsregexp.cc ('k') | test/cctest/test-regexp.cc » ('j') | test/cctest/test-regexp.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698