diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-11-29 14:13:05 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-11-29 14:14:02 +0100 |
commit | c4625a84dea7fa842623d343c17fe968c01edafc (patch) | |
tree | 3a0f7924e9b8660e10f3238fdad1894687c15b0c /source4 | |
parent | 0852b0f65397d8e93172b00383104ce12fe02afd (diff) | |
download | samba-c4625a84dea7fa842623d343c17fe968c01edafc.tar.gz samba-c4625a84dea7fa842623d343c17fe968c01edafc.tar.bz2 samba-c4625a84dea7fa842623d343c17fe968c01edafc.zip |
heimdal:base/heimbase.c - remove an unused variable
Diffstat (limited to 'source4')
-rw-r--r-- | source4/heimdal/base/heimbase.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/heimdal/base/heimbase.c b/source4/heimdal/base/heimbase.c index a6caad2baf..137129abb2 100644 --- a/source4/heimdal/base/heimbase.c +++ b/source4/heimdal/base/heimbase.c @@ -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; |