From: Zifei Tong Date: Wed, 12 Mar 2014 09:44:10 +0000 (+0800) Subject: Fix: remove unused tp in high-throughput test X-Git-Tag: v2.5.0-rc1~119 X-Git-Url: http://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=dfe338611a5ccfa544186c3539fef278c8289080 Fix: remove unused tp in high-throughput test Signed-off-by: Zifei Tong Signed-off-by: David Goulet --- 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