| Index: src/property-details.h
|
| diff --git a/src/property-details.h b/src/property-details.h
|
| index d4a412578c5538299ffb70d4fb787469b22ed529..81f521a627ac77457675ef9fb1f4dd8e55dfaa37 100644
|
| --- a/src/property-details.h
|
| +++ b/src/property-details.h
|
| @@ -119,10 +119,6 @@ class PropertyDetails BASE_EMBEDDED {
|
|
|
| PropertyType type() { return TypeField::decode(value_); }
|
|
|
| - bool IsProperty() {
|
| - return IsRealProperty(type());
|
| - }
|
| -
|
| PropertyAttributes attributes() { return AttributesField::decode(value_); }
|
|
|
| int index() { return StorageField::decode(value_); }
|
|
|