Remove "struct module" from tracepoint.h (unused)
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 13 Apr 2011 20:00:34 +0000 (16:00 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 13 Apr 2011 20:00:34 +0000 (16:00 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/ust/tracepoint.h

index 34272053947bcc7017bb73d1ea25eb47762a16da..ec1a4fce76bf55ec6cb1085688dcd7a0e4a1622c 100644 (file)
@@ -29,7 +29,6 @@
 #include <urcu-bp.h>
 #include <ust/core.h>
 
-struct module;
 struct tracepoint;
 
 struct probe {
@@ -199,7 +198,6 @@ extern int tracepoint_probe_unregister_noupdate(const char *name, void *probe,
 extern void tracepoint_probe_update_all(void);
 
 struct tracepoint_iter {
-//ust//        struct module *module;
        struct tracepoint_lib *lib;
        struct tracepoint * const *tracepoint;
 };
This page took 0.023741 seconds and 4 git commands to generate.