summaryrefslogtreecommitdiff
path: root/deps/v8/src/zone.h
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-08-26 13:07:04 -0700
committerRyan Dahl <ry@tinyclouds.org>2011-08-26 13:07:04 -0700
commit028908ab7cc576d3013960a4580fcd9bf21cc26e (patch)
tree0bde01f82e9b1622793917ee41db581b7b960833 /deps/v8/src/zone.h
parent8af0abde3fab7d5e8b64f42c26d3dec06b9bdc68 (diff)
downloadnode-new-028908ab7cc576d3013960a4580fcd9bf21cc26e.tar.gz
Upgrade V8 to 3.5.8
Diffstat (limited to 'deps/v8/src/zone.h')
-rw-r--r--deps/v8/src/zone.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/deps/v8/src/zone.h b/deps/v8/src/zone.h
index faad3b7ccd..4dfd01d358 100644
--- a/deps/v8/src/zone.h
+++ b/deps/v8/src/zone.h
@@ -200,10 +200,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.