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

Unified Diff: src/property-details.h

Issue 14812010: Turn off tracking of fields for the roll. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 7 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/lithium-allocator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/property-details.h
diff --git a/src/property-details.h b/src/property-details.h
index dc8c9f235082b554448c8ba9e5bf73f97612106b..62140fe9629944f6a1a91afeb8195690adb9050e 100644
--- a/src/property-details.h
+++ b/src/property-details.h
@@ -108,10 +108,6 @@ class Representation {
(!IsDouble() && !other.IsDouble());
}
- bool IsCompatibleForStore(const Representation& other) const {
- return Equals(other);
- }
-
bool is_more_general_than(const Representation& other) const {
ASSERT(kind_ != kExternal);
ASSERT(other.kind_ != kExternal);
« no previous file with comments | « src/lithium-allocator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698