X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fperf%2Futil%2Futil.h;h=3eccd6f21d1772fb791a5bf46c44353c1b73f379;hb=8607c1ee734d12f62c6a46abef13a510e25a1839;hp=df13658377e45d989bfa7789ee0dd1269c2a546e;hpb=f6441aff8946f7fd6ab730d7eb9eba18a9ebeba4;p=karo-tx-linux.git diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h index df13658377e4..3eccd6f21d17 100644 --- a/tools/perf/util/util.h +++ b/tools/perf/util/util.h @@ -1,8 +1,6 @@ #ifndef GIT_COMPAT_UTIL_H #define GIT_COMPAT_UTIL_H -#define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) - #ifdef __GNUC__ #define TYPEOF(x) (__typeof__(x)) #else