summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/corealloc.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-09 11:37:33 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-09 11:37:33 +0100
commit791743976e3366e9d3bf8f3b247280bf04c12baf (patch)
tree9deee13bbb812a8d11c04570248a67cb2ef3e93b /src/lib/util/corealloc.cpp
parent1d40aecb585e8dd1fedefdd35a833c66fc2a1b96 (diff)
Revert "Cleanup of osdcomm.h (nw)"
This reverts commit 1d40aecb585e8dd1fedefdd35a833c66fc2a1b96.
Diffstat (limited to 'src/lib/util/corealloc.cpp')
-rw-r--r--src/lib/util/corealloc.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/util/corealloc.cpp b/src/lib/util/corealloc.cpp
index 9e25af63b10..9ca7af380d3 100644
--- a/src/lib/util/corealloc.cpp
+++ b/src/lib/util/corealloc.cpp
@@ -27,10 +27,7 @@
// define this to zap memory to a fixed non-0 value before freeing
//#define OVERWRITE_FREED_MEMORY
-// compatibility with non-clang compilers
-#ifndef __has_feature
- #define __has_feature(x) 0
-#endif
+
//**************************************************************************
// CONSTANTS