From dd5c82ed4531106d357001debf3073572ee84500 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Tue, 13 Oct 2009 17:18:22 -0400 Subject: [PATCH] tracectl.c: minor cleanup --- libust/tracectl.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libust/tracectl.c b/libust/tracectl.c index 9a651d8..dbd3965 100644 --- a/libust/tracectl.c +++ b/libust/tracectl.c @@ -63,10 +63,6 @@ struct tracecmd { /* no padding */ /* volatile because shared between the listener and the main thread */ volatile sig_atomic_t buffers_to_export = 0; -//struct listener_arg { -// int pipe_fd; -//}; - struct trctl_msg { /* size: the size of all the fields except size itself */ uint32_t size; -- 2.34.1