eina - rmeove dup EINA_PRINTF

sorry for the noise...
This commit is contained in:
Carsten Haitzler 2020-01-15 18:10:24 +00:00
parent ffb6085816
commit eb72593bbc
1 changed files with 0 additions and 1 deletions

View File

@ -224,7 +224,6 @@
# define EINA_LIKELY(exp) __builtin_expect((exp), 1)
# define EINA_SENTINEL __attribute__((__sentinel__))
# ifndef __clang__
# define EINA_PRINTF(fmt, arg) __attribute__((__format__ (__printf__, fmt, arg)))
# if __GNUC__ >= 7
# define EINA_FALLTHROUGH __attribute__ ((fallthrough));
# else