From 64cbb7c5b75636bf429bb23675b8e334cc8f432d Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Sun, 2 Jun 2019 16:03:23 -0400 Subject: [PATCH] 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 --- lib/zebra.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.5