From: Kern Sibbald Date: Mon, 25 Jun 2007 10:18:05 +0000 (+0000) Subject: Remove unused variable X-Git-Tag: Release-7.0.0~6082 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=87554f9f3ff35bb6a157aec7dd97c1d0a4db38a0;p=bacula%2Fbacula Remove unused variable git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5082 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/lib/tls.c b/bacula/src/lib/tls.c index e4f74f9e23..46ed583dd6 100644 --- a/bacula/src/lib/tls.c +++ b/bacula/src/lib/tls.c @@ -558,7 +558,6 @@ void tls_bsock_shutdown(BSOCK *bsock) * we can avoid the ugly for()/switch()/select() loop. */ int err; - int flags; /* Set socket blocking for shutdown */ bsock->set_blocking();