소스 검색

removed Done.

Nicolas Cannasse 20 년 전
부모
커밋
a9942eb593
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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