Browse Source

removed Done.

Nicolas Cannasse 20 năm trước cách đây
mục cha
commit
a9942eb593
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      genswf8.ml

+ 0 - 1
genswf8.ml

@@ -486,7 +486,6 @@ let rec gen_constant ctx c p =
 	| TString s -> push ctx [VStr (unescape_chars s p)]
 	| TBool b -> write ctx (APush [PBool b])
 	| TNull -> push ctx [VNull]
-	| TDone -> push ctx [VStr "@done"]
 	| TThis
 	| TSuper -> assert false