From 42be6c46cb6afa9720c224c24ccabb2ce21293d1 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 13 Apr 2011 16:00:34 -0400 Subject: [PATCH] Remove "struct module" from tracepoint.h (unused) Signed-off-by: Mathieu Desnoyers --- include/ust/tracepoint.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/ust/tracepoint.h b/include/ust/tracepoint.h index 3427205..ec1a4fc 100644 --- a/include/ust/tracepoint.h +++ b/include/ust/tracepoint.h @@ -29,7 +29,6 @@ #include #include -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; }; -- 2.34.1