lldpd: Remove unused members from struct lldpd.
authorBen Pfaff <blp@nicira.com>
Mon, 23 Feb 2015 00:44:47 +0000 (16:44 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 4 Mar 2015 00:22:33 +0000 (16:22 -0800)
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/lldp/lldpd.h

index 80a8834..8228344 100644 (file)
@@ -80,17 +80,10 @@ struct protocol {
 #define SMART_HIDDEN(port) (port->p_hidden_in)
 
 struct lldpd {
-    int                 g_sock;
     struct lldpd_config g_config;
     struct protocol     *g_protocols;
     int                 g_lastrid;
 
-    /* Unix socket handling */
-    const char          *g_ctlname;
-    int                 g_ctl;
-
-    char                *g_lsb_release;
-
     struct lldpd_chassis g_chassis;
     struct lldpd_hardware g_hardware;
 };