فهرست منبع

remove global bigEndian = false setting (we cannot do it like that)

Simon Krajewski 11 سال پیش
والد
کامیت
166cfb99c1
2فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 1
      std/haxe/io/BytesInput.hx
  2. 0 1
      std/haxe/io/BytesOutput.hx

+ 0 - 1
std/haxe/io/BytesInput.hx

@@ -55,7 +55,6 @@ class BytesInput extends Input {
 		this.len = len;
 		this.totlen = len;
 		#end
-		bigEndian = false;
 	}
 
 	inline function get_position() : Int {

+ 0 - 1
std/haxe/io/BytesOutput.hx

@@ -39,7 +39,6 @@ class BytesOutput extends Output {
 		#else
 		b = new BytesBuffer();
 		#end
-		bigEndian = false;
 	}
 
 	inline function get_length() : Int {