summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zebra/zebra_gr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/zebra/zebra_gr.c b/zebra/zebra_gr.c
index 13e5e9c4a6..b68a3b7146 100644
--- a/zebra/zebra_gr.c
+++ b/zebra/zebra_gr.c
@@ -535,9 +535,6 @@ static int32_t zebra_gr_delete_stale_route(struct client_gr_info *info,
uint16_t instance;
struct zserv *s_client;
- if ((info == NULL) || (zvrf == NULL))
- return -1;
-
s_client = info->stale_client_ptr;
if (s_client == NULL) {
LOG_GR("%s: Stale client %s(%u) not present", __func__,