Index: src/zone.h |
diff --git a/src/zone.h b/src/zone.h |
index abb53ad46d3b236096b13155076d3b53894d1f31..d4e72539e66ea0a83fa6402eb795d09eadde6036 100644 |
--- a/src/zone.h |
+++ b/src/zone.h |
@@ -196,10 +196,6 @@ class ZoneList: public List<T, ZoneListAllocationPolicy> { |
}; |
-// Introduce a convenience type for zone lists of map handles. |
-typedef ZoneList<Handle<Map> > ZoneMapList; |
- |
- |
// ZoneScopes keep track of the current parsing and compilation |
// nesting and cleans up generated ASTs in the Zone when exiting the |
// outer-most scope. |