Index: src/register-allocator.h |
=================================================================== |
--- src/register-allocator.h (revision 1949) |
+++ src/register-allocator.h (working copy) |
@@ -100,9 +100,7 @@ |
explicit StaticType(StaticTypeEnum static_type) : static_type_(static_type) {} |
// StaticTypeEnum static_type_; |
- StaticTypeEnum static_type_; |
- |
- friend class FrameElement; |
+ byte static_type_; |
}; |