api: Fold the empty pool check into the main macro
[vpp.git] / src / plugins / map / map_api.c
index bcc0c27..f81216d 100644 (file)
@@ -152,12 +152,6 @@ vl_api_map_domains_get_t_handler (vl_api_map_domains_get_t * mp)
 
   i32 rv = 0;
 
-  if (pool_elts (mm->domains) == 0)
-    {
-      REPLY_MACRO (VL_API_MAP_DOMAINS_GET_REPLY);
-      return;
-    }
-
   /* *INDENT-OFF* */
   REPLY_AND_DETAILS_MACRO (VL_API_MAP_DOMAINS_GET_REPLY, mm->domains,
   ({