api: Fold the empty pool check into the main macro

Type: improvement

the empty pool chekc is always required, so make it alwayd happen.

Signed-off-by: Neale Ranns <neale@graphiant.com>
Change-Id: I3879e752036a7dd49fff7e16dc6d9ea02563aa7a
This commit is contained in:
Neale Ranns
2021-01-28 11:38:16 +00:00
committed by Ole Tr�an
parent 44db1caefb
commit 92e9caea3b
-6
View 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,
({