perf tools: Remove unused _ALL_SOURCE define
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 20 Jun 2017 15:30:07 +0000 (12:30 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 20 Jun 2017 15:30:07 +0000 (12:30 -0300)
commitfd25bf8b8c577aef8c0156eddaf63f3e862c659c
tree1ec2e852bae2c38995d783ffe24a0ffa82021376
parent44b58e06e8e3872b6741e5aee59a7a93dfe3834a
perf tools: Remove unused _ALL_SOURCE define

Curious as to what this was for I looked at /usr/include/ and only some
python headers define this, and it ends up being to enable "extensions"
on some old OSes:

  /* Enable extensions on AIX 3, Interix */

I guess we can remove this one safely.

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-omnundlxo2brs552bdl6m0j1@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/util.h