diff options
-rw-r--r-- | include/rin/definitions.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/rin/definitions.h b/include/rin/definitions.h index b8b6da3..7ba65a6 100644 --- a/include/rin/definitions.h +++ b/include/rin/definitions.h @@ -28,9 +28,7 @@ # define WEAK_SYM __attribute__((weak)) /* allow the compiler to check varargs */ -/* # define FORMAT_STRING(a, b) __attribute__((format (printf, a, b))) -*/ /* optimizing likely / unlikely branches */ # define likely(a) (__builtin_expect(!!(a), 1)) |