Remove warning generated by newer gcc (4.6)
[lttv.git] / lttv / modules / gui / tracecontrol / tracecontrol.c
index 2aae7aaca7bdb1deee1ffc06a79aa1a3b9dee744..d4919a97a6b06bb7be27e7ff058690a0c323133a 100644 (file)
@@ -476,9 +476,6 @@ static int execute_command(const gchar *command, const gchar *username,
     int status;
     ssize_t count;
     /* discuss with su */
-    struct timeval timeout;
-    timeout.tv_sec = 1;
-    timeout.tv_usec = 0;
 
     struct pollfd pollfd;
     int num_rdy;
This page took 0.023923 seconds and 4 git commands to generate.