perf inject: Remove unused 'input_name' static var
authorArnaldo Carvalho de Melo <[email protected]>
Sun, 30 Sep 2012 22:48:53 +0000 (19:48 -0300)
committerArnaldo Carvalho de Melo <[email protected]>
Tue, 2 Oct 2012 21:36:26 +0000 (18:36 -0300)
commit5852a445a00f346302411f50aa168e422c7e7ab2
tree7f991c639697f141a82ff5561ad56e0e3abe88da
parentba3d7deeef7fafdab7814e298fa2db0fc63bb5d0
perf inject: Remove unused 'input_name' static var

If we ever want to allow inject to work with something other than stdin,
we can put it back, but so far it is completely unused, so ditch it.

Cc: David Ahern <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/builtin-inject.c