added int/uint/float constant pool lookup
[swftools.git] / lib / as3 / code.h
index 6cf00f3..48adaf7 100644 (file)
@@ -45,7 +45,6 @@ struct _lookupswitch {
 struct _codestats {
     int max_stack;
     int local_count;
-    int init_scope_depth;
     int max_scope_depth;
     int flags;
 };