Index: src/property-details.h |
diff --git a/src/property-details.h b/src/property-details.h |
index e71419ac8c44a352ada1994964705c45979c423c..517e7a9641fb7615f59beb6242868a9df4aa38da 100644 |
--- a/src/property-details.h |
+++ b/src/property-details.h |
@@ -95,8 +95,6 @@ class Representation { |
static Representation FromKind(Kind kind) { return Representation(kind); } |
- static Representation FromType(Type* type); |
- |
bool Equals(const Representation& other) const { |
return kind_ == other.kind_; |
} |