lib: remove gcc 4.x workaround for nb structure

Remove gcc 4.x workaround for variable size array as gcc
check moved to header file.

In lib/northbound.h : struct frr_yang_module_info made
size 1000 for gcc 4.x, where maximum 1000 nodes can fit.

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
This commit is contained in:
Chirag Shah 2020-03-26 19:00:52 -07:00 committed by Santosh P K
parent b00f3e4be4
commit 83ed00f1df

View File

@ -1758,7 +1758,6 @@ lib_interface_state_phy_address_get_elem(const char *xpath,
}
/* clang-format off */
const struct frr_yang_module_info frr_interface_info = {
.name = "frr-interface",
.nodes = {