Index: src/zone.h |
diff --git a/src/zone.h b/src/zone.h |
index 420afc23f4af8d9c248a5c21fb4af7de05b85235..25c4f9a7a49e400ac3f9966f43e224b55e717d9a 100644 |
--- a/src/zone.h |
+++ b/src/zone.h |
@@ -163,15 +163,6 @@ class ZoneObject { |
}; |
-class AssertNoZoneAllocation { |
- public: |
- inline AssertNoZoneAllocation(); |
- inline ~AssertNoZoneAllocation(); |
- private: |
- bool prev_; |
-}; |
- |
- |
// The ZoneListAllocationPolicy is used to specialize the GenericList |
// implementation to allocate ZoneLists and their elements in the |
// Zone. |