Remove global.params.isLE.

This commit is contained in:
David Nadlinger
2013-02-07 14:35:33 +01:00
parent 8ff3a8060a
commit bee0b9eba1
3 changed files with 1 additions and 4 deletions

View File

@@ -194,7 +194,6 @@ struct Param
ARCH cpu; // target CPU
OS os; // target OS
bool is64bit; // generate 64 bit code
bool isLE; // generate little endian code
bool useDeprecated; // allow use of deprecated features
bool useAssert; // generate runtime code for assert()'s
bool useInvariants; // generate class invariant checks