]> git.puffer.fish Git - mirror/frr.git/commitdiff
lib: Remove unused zebra_command_t type
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 2 Jun 2019 20:03:23 +0000 (16:03 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 2 Jun 2019 20:07:48 +0000 (16:07 -0400)
The zebra_command_t type was never being used, remove from
the system.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/zebra.h

index fe35e8c2ad9b37495078b51575531976f84e4f16..303b511bad8bdfa50dce0d34a34d2d3e50c3b1fa 100644 (file)
@@ -434,7 +434,6 @@ typedef enum {
 
 /* Zebra types. Used in Zserv message header. */
 typedef uint16_t zebra_size_t;
-typedef uint16_t zebra_command_t;
 
 /* VRF ID type. */
 typedef uint32_t vrf_id_t;