summaryrefslogtreecommitdiffstats
path: root/include/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utils.h')
-rw-r--r--include/utils.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/utils.h b/include/utils.h
index e18fabec..474c7595 100644
--- a/include/utils.h
+++ b/include/utils.h
@@ -27,11 +27,6 @@
#endif
#define __fmtstring(x, y) __attribute__((format(printf, x, y)))
-#if 0
-#define __gmp_fmtstring(x, y) __fmtstring(x, y)
-#else
-#define __gmp_fmtstring(x, y)
-#endif
#define __must_check __attribute__((warn_unused_result))
#define __noreturn __attribute__((__noreturn__))