remove unused variables
[ust.git] / ustd / ustd.c
index cca9520589015f255992f8fcb7da1e2b68ed605a..18dbf6377a5488dbc0d3f322c7f0663791f1d81f 100644 (file)
@@ -343,11 +343,9 @@ void sigterm_handler(int sig)
 
 int start_ustd(int fd)
 {
-       struct ustcomm_ustd ustd;
        int result;
        sigset_t sigset;
        struct sigaction sa;
-       int timeout = -1;
 
        struct libustd_callbacks *callbacks = new_callbacks();
        if(!callbacks) {
This page took 0.022288 seconds and 4 git commands to generate.