tracing: Remove unused function unregister_tracer()
authorSteven Rostedt <srostedt@redhat.com>
Sat, 12 May 2012 00:54:53 +0000 (20:54 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 2 Nov 2012 14:21:50 +0000 (10:21 -0400)
The function register_tracer() is only used by kernel core code,
that never needs to remove the tracer. As trace_events have become
the main way to add new tracing to the kernel, the need to
unregister a tracer has diminished. Remove the unused function
unregister_tracer(). If a need arises where we need it, then we
can always add it back.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found