diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-01-15 18:10:24 +0000 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-01-15 18:10:24 +0000 |
commit | eb72593bbca59541dacf706ceb6d6f0fa29756f4 (patch) | |
tree | 48ee67e73e673db7b2ae31451840de8bd76c4cb2 | |
parent | ffb608581652fa241b4482e36dbc2a26f8336789 (diff) | |
download | efl-eb72593bbca59541dacf706ceb6d6f0fa29756f4.tar.gz |
eina - rmeove dup EINA_PRINTF
sorry for the noise...
-rw-r--r-- | src/lib/eina/eina_types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/eina/eina_types.h b/src/lib/eina/eina_types.h index bfdfa7d3fb..c049baf4dd 100644 --- a/src/lib/eina/eina_types.h +++ b/src/lib/eina/eina_types.h @@ -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 |