X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Fust%2Ftracepoint.h;h=9feb9d51d55a4bc74aee85d281966db126c78286;hb=4a6ca0580b89f57b5c765bace547f70d619c4e9d;hp=c484353dc28ffbc2475cc35e24b676f074bfc3bb;hpb=1ea2c2dfbd051d7ab86a2161b48aa8e4a2f2b5e2;p=lttng-ust.git diff --git a/include/ust/tracepoint.h b/include/ust/tracepoint.h index c484353d..9feb9d51 100644 --- a/include/ust/tracepoint.h +++ b/include/ust/tracepoint.h @@ -99,7 +99,6 @@ struct tracepoint { { \ return __tracepoint_probe_register(#name, (void *)probe,\ data); \ - \ } \ static inline int \ __unregister_trace_##name(void (*probe)(data_proto), void *data)\