summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 75b4b8a1..d0976534 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -549,7 +549,3 @@ typedef ssize_t IO_SSIZE_T;
#define _unused(x) (void)x
#endif
#endif
-
-/* Stringification macros */
-#define _stringify(x) #x
-#define _tostring(x) _stringify(x)