diff options
Diffstat (limited to 'kern/macros.h')
-rw-r--r-- | kern/macros.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kern/macros.h b/kern/macros.h index a5b7b032..8f0d10ca 100644 --- a/kern/macros.h +++ b/kern/macros.h @@ -73,7 +73,4 @@ #define __packed __attribute__((packed)) #define __alias(x) __attribute__((alias(x))) -#define __format_printf(fmt, args) \ - __attribute__((format(printf, fmt, args))) - #endif /* _KERN_MACROS_H */ |