瀏覽代碼

removed redudant conditional

Alexander Kuzmenko 8 年之前
父節點
當前提交
8251a23c3b
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      std/haxe/io/BytesData.hx

+ 0 - 2
std/haxe/io/BytesData.hx

@@ -27,8 +27,6 @@ package haxe.io;
 	typedef BytesData =	flash.utils.ByteArray;
 #elseif php
 	typedef BytesData = php.BytesData;
-#elseif php
-	typedef BytesData = php.NativeString;
 #elseif cpp
 	typedef BytesData = Array< cpp.UInt8 >;
 #elseif java