aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_hostcache.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1997-11-07 08:53:44 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1997-11-07 08:53:44 +0000
commit4a11ca4e29ff701a15b6c4de4e99483f97182ea6 (patch)
treed25f628a9aba608f64fe75989d2287c6480e8b0b /sys/netinet/in_hostcache.c
parentfbff0da4c8b49e614414ea85874ca2eace160515 (diff)
downloadsrc-4a11ca4e29ff701a15b6c4de4e99483f97182ea6.tar.gz
src-4a11ca4e29ff701a15b6c4de4e99483f97182ea6.zip
Remove a bunch of variables which were unused both in GENERIC and LINT.
Found by: -Wunused
Notes
Notes: svn path=/head/; revision=31016
Diffstat (limited to 'sys/netinet/in_hostcache.c')
-rw-r--r--sys/netinet/in_hostcache.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/in_hostcache.c b/sys/netinet/in_hostcache.c
index 8b46959bfc96..a3f08b6db1d9 100644
--- a/sys/netinet/in_hostcache.c
+++ b/sys/netinet/in_hostcache.c
@@ -26,7 +26,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: in_hostcache.c,v 1.1 1997/06/18 01:24:28 wollman Exp $
*/
#include <sys/param.h>
@@ -151,7 +151,6 @@ static struct hccallback inhc_cb = {
int
inhc_init(void)
{
- int error;
return (hc_init(AF_INET, &inhc_cb, 128, 0));
}