summaryrefslogtreecommitdiff
path: root/kern/macros.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-06-15 00:29:00 +0200
committerRichard Braun <rbraun@sceen.net>2017-06-15 00:29:00 +0200
commit0eac4af899270f4ece438a2eb05c186639a9faee (patch)
tree5a7d2dfa26afeaeafe55c9f53275908143c808f5 /kern/macros.h
parentd8ed3b6cda0a7dbc32a6ca2fecfc71a6fb1fe67c (diff)
kern/macros: remove the __format_printf macro
This macro isn't used enough for this alias to have any real value.
Diffstat (limited to 'kern/macros.h')
-rw-r--r--kern/macros.h3
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 */