From: Donald Sharp Date: Sun, 2 Jun 2019 20:03:23 +0000 (-0400) Subject: lib: Remove unused zebra_command_t type X-Git-Tag: base_7.2~249^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=64cbb7c5b75636bf429bb23675b8e334cc8f432d;p=matthieu%2Ffrr.git lib: Remove unused zebra_command_t type The zebra_command_t type was never being used, remove from the system. Signed-off-by: Donald Sharp --- diff --git a/lib/zebra.h b/lib/zebra.h index fe35e8c2ad..303b511bad 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -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;