From: Pierre-Marc Fournier Date: Tue, 13 Oct 2009 21:18:22 +0000 (-0400) Subject: tracectl.c: minor cleanup X-Git-Tag: v0.1~91 X-Git-Url: http://git.liburcu.org/?p=ust.git;a=commitdiff_plain;h=dd5c82ed4531106d357001debf3073572ee84500 tracectl.c: minor cleanup --- 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;