summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Knudsen <mk@cvs.openbsd.org>2009-10-25 21:42:03 +0000
committerMichael Knudsen <mk@cvs.openbsd.org>2009-10-25 21:42:03 +0000
commitc875cfc6272a6075035feaaa270b2b7a4202078d (patch)
treed3d556f46889141c2d945095143182ddd97ab544
parent0c16aa551bd7717355fc9984494260a6053865e2 (diff)
Get rid of unused macro `la_timer'.
`if it is unused nuke it' claudio
-rw-r--r--sys/netinet/if_ether.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/if_ether.h b/sys/netinet/if_ether.h
index 6945c22c5ee..e1687ac7036 100644
--- a/sys/netinet/if_ether.h
+++ b/sys/netinet/if_ether.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ether.h,v 1.44 2008/11/08 12:54:58 dlg Exp $ */
+/* $OpenBSD: if_ether.h,v 1.45 2009/10/25 21:42:02 mk Exp $ */
/* $NetBSD: if_ether.h,v 1.22 1996/05/11 13:00:00 mycroft Exp $ */
/*
@@ -166,7 +166,6 @@ struct llinfo_arp {
struct mbuf *la_hold_tail;
int la_hold_count; /* number of packets queued */
long la_asked; /* last time we QUERIED for this addr */
-#define la_timer la_rt->rt_rmx.rmx_expire /* deletion time in seconds */
};
#define MAX_HOLD_QUEUE 10
#define MAX_HOLD_TOTAL 100