X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Fust%2Ftracepoint.h;h=9feb9d51d55a4bc74aee85d281966db126c78286;hb=35ec2526b0bd16c7ee9884fda90b8e761e75425d;hp=c484353dc28ffbc2475cc35e24b676f074bfc3bb;hpb=d672b30f45079019d516dd7fe042b60a248c13a5;p=ust.git diff --git a/include/ust/tracepoint.h b/include/ust/tracepoint.h index c484353..9feb9d5 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)\