]> git.baikalelectronics.ru Git - kernel.git/commit
perf_counter tools: Remove dead code
authorIngo Molnar <mingo@elte.hu>
Sat, 27 Jun 2009 04:06:39 +0000 (06:06 +0200)
committerIngo Molnar <mingo@elte.hu>
Sat, 27 Jun 2009 04:06:39 +0000 (06:06 +0200)
commit4e256c2f5d1fd3d4eecc4416e83a14dde4b5d4de
treea9c50baf068bf269784efc783f006bfac4fe4630
parentad726a49f822ba0f03a4c8c6b1791130509cf730
perf_counter tools: Remove dead code

Vince Weaver reported that there's a handful of #ifdef __MINGW32__
sections in the code.

Remove them as they are in essence dead code - as unlike upstream
Git, the perf tool is unlikely to be ported to Windows.

Reported-by: Vince Weaver <vince@deater.net>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/util/help.c
tools/perf/util/pager.c
tools/perf/util/run-command.c
tools/perf/util/run-command.h
tools/perf/util/util.h