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

Unified Diff: src/type-feedback-vector.h

Issue 2686493002: [type-feedback-vector] Delete unused DiffersFrom(). (Closed)
Patch Set: Created 3 years, 10 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/type-feedback-vector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/type-feedback-vector.h
diff --git a/src/type-feedback-vector.h b/src/type-feedback-vector.h
index 378c26a9809023b21c58e8f2ddee72ffbec41f2a..3537bb22e259c09dfe986e342f067432945b849f 100644
--- a/src/type-feedback-vector.h
+++ b/src/type-feedback-vector.h
@@ -218,8 +218,6 @@ class TypeFeedbackMetadata : public FixedArray {
bool SpecDiffersFrom(const FeedbackVectorSpec* other_spec) const;
- bool DiffersFrom(const TypeFeedbackMetadata* other_metadata) const;
-
inline bool is_empty() const;
// Returns number of slots in the vector.
« no previous file with comments | « no previous file | src/type-feedback-vector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698