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

Unified Diff: src/ast.h

Issue 1374923002: AST pretty printer fix. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 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 | src/prettyprinter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast.h
diff --git a/src/ast.h b/src/ast.h
index bc29920df885230d6a40c79103a9bdcc972d8046..4764918849dfe2aa6097dac6df94dea07edb5c74 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -232,12 +232,6 @@ class AstNode: public ZoneObject {
FeedbackVectorSpec* spec,
ICSlotCache* cache) {}
- // Each ICSlot stores a kind of IC which the participating node should know.
- virtual FeedbackVectorSlotKind FeedbackICSlotKind(int index) {
- UNREACHABLE();
- return FeedbackVectorSlotKind::UNUSED;
- }
-
private:
// Hidden to prevent accidental usage. It would have to load the
// current zone from the TLS.
« no previous file with comments | « no previous file | src/prettyprinter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698