From 14364c25a577dc8fefb8a7f232a21fa711d6a74d Mon Sep 17 00:00:00 2001 From: Nils Carlson Date: Thu, 10 Mar 2011 11:27:42 +0100 Subject: [PATCH] libust: Remove some unused variables More spring cleaning. Signed-off-by: Nils Carlson --- libust/tracectl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libust/tracectl.c b/libust/tracectl.c index e42c0f4..33c7280 100644 --- a/libust/tracectl.c +++ b/libust/tracectl.c @@ -1591,7 +1591,6 @@ void ust_potential_exec(void) static void ust_fork(void) { - struct ust_buffer *buf, *buf_tmp; struct ustcomm_sock *sock, *sock_tmp; struct ust_trace *trace, *trace_tmp; int result; -- 2.34.1