diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-06-02 16:03:23 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-06-02 16:07:48 -0400 |
| commit | 64cbb7c5b75636bf429bb23675b8e334cc8f432d (patch) | |
| tree | c15b4d839d6f8614b0e6ec11c1f969db54970e94 | |
| parent | 0ce5349f98b56de288a2e2b9046cc26545ead57a (diff) | |
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 <sharpd@cumulusnetworks.com>
| -rw-r--r-- | lib/zebra.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
