summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-11-24 12:55:06 +0200
committerTor Lillqvist <tml@collabora.com>2015-11-24 12:58:57 +0200
commit81d9f1cbd634e54719dd288c5b0de2015d563b2a (patch)
tree69c27c4e8dfd98a1bb661f082f1beca1cd590903 /config_host
parentbbbef1568bfced7fd351a8df15cc5d8f227b3ace (diff)
Bin outdated #if and unnecessary <config_mingw.h>
We don't support cross-compiling with MinGW currently, and in any case if we ever attempt such again, in the meantime the free replacement Win32 headers most likely have been updated to include the SCRIPT_CONTROL::fMergeNeutralItems field, so no conditional compilation is needed. Change-Id: I38701d6c41c44952466c1ece7c8433abe67642be
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_mingw.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/config_host/config_mingw.h.in b/config_host/config_mingw.h.in
deleted file mode 100644
index 44d0ac929210..000000000000
--- a/config_host/config_mingw.h.in
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef CONFIG_MINGW
-#define CONFIG_MINGW
-
-#define HAVE_FMERGENEUTRALITEMS 0
-
-#endif