[ovs-dev] [PATCH 23/32] lldpd: Remove unused ALIGNED_CAST macro.

Ben Pfaff blp at nicira.com
Mon Feb 23 05:20:15 UTC 2015


Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 lib/lldp/lldpd.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/lldp/lldpd.h b/lib/lldp/lldpd.h
index f142180..2c00966 100644
--- a/lib/lldp/lldpd.h
+++ b/lib/lldp/lldpd.h
@@ -61,8 +61,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? */
-- 
2.1.3




More information about the dev mailing list