heimdal:base/heimbase.c - remove an unused variable
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Mon, 29 Nov 2010 13:13:05 +0000 (14:13 +0100)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Mon, 29 Nov 2010 13:14:02 +0000 (14:14 +0100)
source4/heimdal/base/heimbase.c

index a6caad2bafa031752fbc4f6d3f0a6eb104723904..137129abb2e99245a8c721c86017137242371e9c 100644 (file)
@@ -334,7 +334,6 @@ heim_base_once_f(heim_base_once_t *once, void *ctx, void (*func)(void *))
     } else {
        HEIMDAL_MUTEX_unlock(&mutex);
        while (1) {
-           struct timeval tv = { 0, 1000 };
            HEIMDAL_MUTEX_lock(&mutex);
            if (*once == 2)
                break;