Skip to content

Commit

Permalink
perf: Remove unused struct perf_event::event_callback
Browse files Browse the repository at this point in the history
This field might result from an older manual rebasing mistake.
We don't use it.

Reported-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: "K. Prasad" <prasad@linux.vnet.ibm.com>
  • Loading branch information
Frederic Weisbecker committed Dec 6, 2009
1 parent 189f202 commit 9cef308
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/perf_event.h
Original file line number Diff line number Diff line change
@@ -670,8 +670,6 @@ struct perf_event {

perf_callback_t callback;

perf_callback_t event_callback;

#endif /* CONFIG_PERF_EVENTS */
};

0 comments on commit 9cef308

Please sign in to comment.