From 87554f9f3ff35bb6a157aec7dd97c1d0a4db38a0 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 25 Jun 2007 10:18:05 +0000 Subject: [PATCH] Remove unused variable git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5082 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/lib/tls.c | 1 - 1 file changed, 1 deletion(-) 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(); -- 2.39.5