Remove CFISH endian macros

Lucy's NumberUtils.cfh doesn't need them anymore.


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/15e683bf
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/15e683bf
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/15e683bf

Branch: refs/heads/master
Commit: 15e683bfcaaeb29a75451e5f06377971910f260d
Parents: 2b8147d
Author: Nick Wellnhofer <[email protected]>
Authored: Fri Feb 3 14:55:02 2017 +0100
Committer: Nick Wellnhofer <[email protected]>
Committed: Sat Feb 4 15:10:54 2017 +0100

----------------------------------------------------------------------
 compiler/src/CFCBindCore.c | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/15e683bf/compiler/src/CFCBindCore.c
----------------------------------------------------------------------
diff --git a/compiler/src/CFCBindCore.c b/compiler/src/CFCBindCore.c
index 0bca5e6..5920550 100644
--- a/compiler/src/CFCBindCore.c
+++ b/compiler/src/CFCBindCore.c
@@ -576,14 +576,6 @@ static char*
 S_charmony_feature_defines() {
     char *defines = CFCUtil_strdup("");
 
-#ifdef CHY_LITTLE_END
-    // Needed by NumberUtils.cfh.
-    defines = CFCUtil_cat(defines, "#define CFISH_LITTLE_END\n", NULL);
-#endif
-#ifdef CHY_BIG_END
-    // Needed by NumberUtils.cfh.
-    defines = CFCUtil_cat(defines, "#define CFISH_BIG_END\n", NULL);
-#endif
 #ifdef CHY_HAS_FUNC_MACRO
     // Needed by Err.cfh.
     defines = CFCUtil_cat(defines, "#define CFISH_HAS_FUNC_MACRO\n", NULL);

Reply via email to