From dfe338611a5ccfa544186c3539fef278c8289080 Mon Sep 17 00:00:00 2001 From: Zifei Tong Date: Wed, 12 Mar 2014 17:44:10 +0800 Subject: [PATCH] Fix: remove unused tp in high-throughput test Signed-off-by: Zifei Tong Signed-off-by: David Goulet --- tests/regression/ust/high-throughput/tp.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/regression/ust/high-throughput/tp.h b/tests/regression/ust/high-throughput/tp.h index b43cb4e0a..4c0edf78c 100644 --- a/tests/regression/ust/high-throughput/tp.h +++ b/tests/regression/ust/high-throughput/tp.h @@ -39,11 +39,6 @@ TRACEPOINT_EVENT(tp, tptest, ) ) -TRACEPOINT_EVENT(tp, tptest_sighandler, - TP_ARGS(), - TP_FIELDS() -) - #endif /* _TRACEPOINT_TP_H */ #undef TRACEPOINT_INCLUDE_FILE -- 2.34.1