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

Unified Diff: src/compiler/access-builder.h

Issue 1453103002: [turbofan] Remove dead code (related to the SeqStringChar lowering removal). (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | src/compiler/access-builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/access-builder.h
diff --git a/src/compiler/access-builder.h b/src/compiler/access-builder.h
index ae366ccb2e40a595ec9b8c0e24d60a35d45e415c..8e154ff390418e51d55527ca9bd3615793b44f7f 100644
--- a/src/compiler/access-builder.h
+++ b/src/compiler/access-builder.h
@@ -103,9 +103,6 @@ class AccessBuilder final : public AllStatic {
static ElementAccess ForTypedArrayElement(ExternalArrayType type,
bool is_external);
- // Provides access to the characters of sequential strings.
- static ElementAccess ForSeqStringChar(String::Encoding encoding);
-
// ===========================================================================
// Access to global per-isolate variables (based on external reference).
« no previous file with comments | « no previous file | src/compiler/access-builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698