浏览代码

remove 9000.0 version checks

Aurel Bílý 6 年之前
父节点
当前提交
685d17df69
共有 6 个文件被更改,包括 0 次插入12 次删除
  1. 0 2
      std/cpp/zip/Compress.hx
  2. 0 2
      std/cpp/zip/Flush.hx
  3. 0 2
      std/cpp/zip/Uncompress.hx
  4. 0 2
      std/neko/zip/Compress.hx
  5. 0 2
      std/neko/zip/Flush.hx
  6. 0 2
      std/neko/zip/Uncompress.hx

+ 0 - 2
std/cpp/zip/Compress.hx

@@ -21,6 +21,4 @@
  */
  package cpp.zip;
 
-#if (haxe_ver < 9000.0)
 typedef Compress = haxe.zip.Compress;
-#end

+ 0 - 2
std/cpp/zip/Flush.hx

@@ -21,6 +21,4 @@
  */
  package cpp.zip;
 
-#if (haxe_ver < 9000.0)
 typedef Flush = haxe.zip.FlushMode;
-#end

+ 0 - 2
std/cpp/zip/Uncompress.hx

@@ -21,6 +21,4 @@
  */
  package cpp.zip;
 
-#if (haxe_ver < 9000.0)
 typedef Uncompress = haxe.zip.Uncompress;
-#end

+ 0 - 2
std/neko/zip/Compress.hx

@@ -21,6 +21,4 @@
  */
  package neko.zip;
 
-#if (haxe_ver < 9000.0)
 typedef Compress = haxe.zip.Compress;
-#end

+ 0 - 2
std/neko/zip/Flush.hx

@@ -21,6 +21,4 @@
  */
  package neko.zip;
 
-#if (haxe_ver < 9000.0)
 typedef Flush = haxe.zip.FlushMode;
-#end

+ 0 - 2
std/neko/zip/Uncompress.hx

@@ -21,6 +21,4 @@
  */
  package neko.zip;
 
-#if (haxe_ver < 9000.0)
 typedef Uncompress = haxe.zip.Uncompress;
-#end