aboutsummaryrefslogtreecommitdiffstats
path: root/common/Memdataaux.ml
diff options
context:
space:
mode:
Diffstat (limited to 'common/Memdataaux.ml')
-rw-r--r--common/Memdataaux.ml18
1 files changed, 0 insertions, 18 deletions
diff --git a/common/Memdataaux.ml b/common/Memdataaux.ml
deleted file mode 100644
index 8bfd4349..00000000
--- a/common/Memdataaux.ml
+++ /dev/null
@@ -1,18 +0,0 @@
-(* *********************************************************************)
-(* *)
-(* The Compcert verified compiler *)
-(* *)
-(* Xavier Leroy, INRIA Paris-Rocquencourt *)
-(* *)
-(* Copyright Institut National de Recherche en Informatique et en *)
-(* Automatique. All rights reserved. This file is distributed *)
-(* under the terms of the INRIA Non-Commercial License Agreement. *)
-(* *)
-(* *********************************************************************)
-
-let big_endian =
- match Configuration.arch with
- | "powerpc" -> true
- | "arm" -> false
- | "ia32" -> false
- | _ -> assert false