summaryrefslogtreecommitdiffstats
path: root/sys/net/hostcache.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-11-07 08:53:44 +0000
committerphk <phk@FreeBSD.org>1997-11-07 08:53:44 +0000
commit4d268889365c1d9414bbca2f6c63d87db74ec37b (patch)
tree6993a0a1b7a3687b97ad7a5a073bb465e89eb411 /sys/net/hostcache.c
parente4fdd132492fc7a4aaa448a72f13f3344f287ab1 (diff)
downloadFreeBSD-src-4d268889365c1d9414bbca2f6c63d87db74ec37b.zip
FreeBSD-src-4d268889365c1d9414bbca2f6c63d87db74ec37b.tar.gz
Remove a bunch of variables which were unused both in GENERIC and LINT.
Found by: -Wunused
Diffstat (limited to 'sys/net/hostcache.c')
-rw-r--r--sys/net/hostcache.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/hostcache.c b/sys/net/hostcache.c
index 78f4408..1c9cee8 100644
--- a/sys/net/hostcache.c
+++ b/sys/net/hostcache.c
@@ -26,7 +26,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: hostcache.c,v 1.1 1997/06/18 01:24:21 wollman Exp $
+ * $Id: hostcache.c,v 1.2 1997/10/12 20:25:06 phk Exp $
*/
#include <sys/param.h>
@@ -182,7 +182,6 @@ int
hc_delete(struct hcentry *hc)
{
struct hctable *hct;
- u_long hash;
int error, s;
if (hc->hc_refcnt > 0)
OpenPOWER on IntegriCloud