wrapper: remove tracepoint wrapper
[lttng-modules.git] / tests / probes / lttng-test.c
index 2219f86d399b8e395fefe126dac02923a9d03445..97677714a6b24360481d9c674d14b4cd7b62491e 100644 (file)
@@ -15,7 +15,6 @@
 
 #include <lttng-events.h>
 #include <lttng-tracer.h>
-#include <wrapper/tracepoint.h>
 
 #define TP_MODULE_NOAUTOLOAD
 #define LTTNG_PACKAGE_BUILD
@@ -96,7 +95,6 @@ int __init lttng_test_init(void)
 {
        int ret = 0;
 
-       (void) wrapper_lttng_fixup_sig(THIS_MODULE);
        lttng_test_filter_event_dentry =
                        proc_create_data(LTTNG_TEST_FILTER_EVENT_FILE,
                                S_IRUGO | S_IWUGO, NULL,
This page took 0.023421 seconds and 4 git commands to generate.