X-Git-Url: http://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=include%2Fust%2Fmarker.h;fp=include%2Fust%2Fmarker.h;h=dbdbbe09f75bea1ddbedf8a4f00cb94205070c63;hp=e8608a96b2c700740b09378ef517c3562be1b780;hb=2874fee50444405591974a7166313063b315efe1;hpb=0a2aba1397f90fa65c293ab856d18579ae14b77f diff --git a/include/ust/marker.h b/include/ust/marker.h index e8608a9..dbdbbe0 100644 --- a/include/ust/marker.h +++ b/include/ust/marker.h @@ -127,11 +127,6 @@ struct ust_marker { #define ust_marker(name, format, args...) \ __ust_marker(ust, name, NULL, format, ## args) -static inline __attribute__((deprecated)) -void __trace_mark_is_deprecated() -{ -} - /** * UST_MARKER_NOARGS - Format string for a marker with no argument. */ @@ -196,7 +191,6 @@ int ust_marker_unregister_lib(struct ust_marker * const *ust_marker_start); * ust_marker(). */ #define trace_mark(channel, name, format, args...) \ - __trace_mark_is_deprecated(); \ ust_marker(name, format, ## args) static inline __attribute__((deprecated))