]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Remove unused macros from util.h
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 17 Apr 2017 15:13:25 +0000 (12:13 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 19 Apr 2017 16:01:45 +0000 (13:01 -0300)
commitce7eee40be1c7ab1dd2f6dafce60ac1955b49049
treeff9a0eeebb033b748281f841ebb7a233ac75ae7e
parent2f5ee9971a77c73f8f0837fcf593943a46b6c194
perf tools: Remove unused macros from util.h

TYPEOF(), for instance, was only used by MSB() that wasn't used at all,
besides typeof() is used in many places, should be the preferred way.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-golox8oa2w1oq28snki14z6s@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/util.h