tracectl.c: minor cleanup
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 13 Oct 2009 21:18:22 +0000 (17:18 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 13 Oct 2009 21:18:22 +0000 (17:18 -0400)
libust/tracectl.c

index 9a651d85d38cc915ee9b2327c0c1cd092f9439d3..dbd39657e6f507585b8f2e9c4a29115dd96917e4 100644 (file)
@@ -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;
This page took 0.023935 seconds and 4 git commands to generate.