Add backward compatibility for tracepoints (qemu-kvm is using them)
[ust.git] / include / ust / marker.h
index e8608a96b2c700740b09378ef517c3562be1b780..dbdbbe09f75bea1ddbedf8a4f00cb94205070c63 100644 (file)
@@ -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))
This page took 0.022122 seconds and 4 git commands to generate.