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

Unified Diff: src/ic/ic-state.cc

Issue 2676543002: [stubs] Rip out obsolete CallICState. (Closed)
Patch Set: Created 3 years, 11 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/ic/ic-state.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ic/ic-state.cc
diff --git a/src/ic/ic-state.cc b/src/ic/ic-state.cc
index 7439ecd2c0610c31f4c29b6c2fcfb19cc9507b9d..f763336c2f45a03767fe189989b8728680e62739 100644
--- a/src/ic/ic-state.cc
+++ b/src/ic/ic-state.cc
@@ -16,11 +16,6 @@ void ICUtility::Clear(Isolate* isolate, Address address,
}
-std::ostream& operator<<(std::ostream& os, const CallICState& s) {
- return os << "(" << s.convert_mode() << ", " << s.tail_call_mode() << ")";
-}
-
-
// static
STATIC_CONST_MEMBER_DEFINITION const int BinaryOpICState::FIRST_TOKEN;
« no previous file with comments | « src/ic/ic-state.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698