From: Mathieu Desnoyers Date: Wed, 13 Apr 2011 20:00:34 +0000 (-0400) Subject: Remove "struct module" from tracepoint.h (unused) X-Git-Tag: v0.13~27 X-Git-Url: https://git.liburcu.org/?p=ust.git;a=commitdiff_plain;h=42be6c46cb6afa9720c224c24ccabb2ce21293d1 Remove "struct module" from tracepoint.h (unused) Signed-off-by: Mathieu Desnoyers --- 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; };