summaryrefslogtreecommitdiff
path: root/lib/lldp/lldpd.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2015-03-03 15:35:34 -0800
committerBen Pfaff <blp@nicira.com>2015-03-03 16:22:32 -0800
commit809fd54df3ecb90d8e0ea84a614ba3432a97de2b (patch)
tree8d85917d09b065a881efc069bad1b9db62f05a25 /lib/lldp/lldpd.h
parent937f71bf6c51d3dcab7d892601a22f5b251ab5f4 (diff)
downloadopenvswitch-809fd54df3ecb90d8e0ea84a614ba3432a97de2b.tar.gz
lldpd: Remove unused ALIGNED_CAST macro.
Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'lib/lldp/lldpd.h')
-rw-r--r--lib/lldp/lldpd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/lldp/lldpd.h b/lib/lldp/lldpd.h
index f1eb6e348..80a883494 100644
--- a/lib/lldp/lldpd.h
+++ b/lib/lldp/lldpd.h
@@ -1,5 +1,6 @@
/* -*- mode: c; c-file-style: "openbsd" -*- */
/*
+ * Copyright (c) 2015 Nicira, Inc.
* Copyright (c) 2008 Vincent Bernat <bernat@luffy.cx>
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -61,8 +62,6 @@ struct event_base;
struct lldpd_chassis **, struct lldpd_port **
#define PROTO_GUESS_SIG char *, int
-#define ALIGNED_CAST(TYPE, ATTR) ((TYPE) (void *) (ATTR))
-
struct protocol {
int mode; /* > 0 mode identifier (unique per protocol) */
int enabled; /* Is this protocol enabled? */