| Index: vm/raw_object.h
|
| ===================================================================
|
| --- vm/raw_object.h (revision 10541)
|
| +++ vm/raw_object.h (working copy)
|
| @@ -392,7 +392,6 @@
|
| RawType* super_type_;
|
| RawObject* factory_class_; // UnresolvedClass (until finalization) or Class.
|
| RawFunction* signature_function_; // Associated function for signature class.
|
| - RawArray* functions_cache_; // See class FunctionsCache.
|
| RawArray* constants_; // Canonicalized values of this class.
|
| RawArray* canonical_types_; // Canonicalized types of this class.
|
| RawCode* allocation_stub_; // Stub code for allocation of instances.
|
|
|