diff options
| author | Stephen Worley <sworley@nvidia.com> | 2020-12-01 13:05:36 -0500 |
|---|---|---|
| committer | Stephen Worley <sworley@nvidia.com> | 2020-12-01 13:05:36 -0500 |
| commit | 8c74d904d4d85c129fd0e5459008aa0e3ca80bd4 (patch) | |
| tree | d520b0c076e210b99a6839e36c2f0bda0288e2cb /zebra/zebra_errors.h | |
| parent | 306720345a1ce820faf1f3983a7ab4330b777811 (diff) | |
zebra: remove unused EC_ZEBRA_IF_LOOKUP_FAILED
EC_ZEBRA_IF_LOOKUP_FAILED is no longer being used,
remove it.
Signed-off-by: Stephen Worley <sworley@nvidia.com>
Diffstat (limited to 'zebra/zebra_errors.h')
| -rw-r--r-- | zebra/zebra_errors.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/zebra_errors.h b/zebra/zebra_errors.h index 03953ed17f..fc0382a6cd 100644 --- a/zebra/zebra_errors.h +++ b/zebra/zebra_errors.h @@ -75,7 +75,6 @@ enum zebra_log_refs { EC_ZEBRA_NHG_TABLE_INSERT_FAILED, EC_ZEBRA_NHG_SYNC, EC_ZEBRA_NHG_FIB_UPDATE, - EC_ZEBRA_IF_LOOKUP_FAILED, EC_ZEBRA_NS_NO_DEFAULT, EC_ZEBRA_PBR_RULE_UPDATE, /* warnings */ |
