| Index: src/property.h
|
| diff --git a/src/property.h b/src/property.h
|
| index 3203dd1120a4168102f72e1e75a3d47d5429fc42..120734df9fc4e535b77e7a803700aef253fd7faa 100644
|
| --- a/src/property.h
|
| +++ b/src/property.h
|
| @@ -265,11 +265,6 @@ class LookupResult BASE_EMBEDDED {
|
| return IsFound() && GetPropertyDetails().IsProperty();
|
| }
|
|
|
| - // Is the result a property or a transition?
|
| - bool IsPropertyOrTransition() {
|
| - return IsFound() && (type() != NULL_DESCRIPTOR);
|
| - }
|
| -
|
| bool IsCacheable() { return cacheable_; }
|
| void DisallowCaching() { cacheable_ = false; }
|
|
|
|
|