Re: [PATCH] tools: perf: util: session: Remove unused function

2015-01-02 Thread Adrian Hunter
On 01/01/15 19:50, Rickard Strandqvist wrote: > Remove the function perf_session__peek_event() that is not used anywhere. > > This was partially found by using a static code analysis program called > cppcheck. > > Signed-off-by: Rickard Strandqvist > --- It was added in preparation for Intel P

[PATCH] tools: perf: util: session: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function perf_session__peek_event() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- tools/perf/util/session.c | 55 - tools/perf/util/ses