From d8f2afd2f45da18950d67c240e1fb147058da995 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Tue, 8 Oct 2019 11:27:34 +0300 Subject: definitions: fix an idiot error. Signed-off-by: Gediminas Jakutis --- include/rin/definitions.h | 2 -- 1 file changed, 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)) -- cgit v1.2.3