2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

Fix win32 build (UNUSED is present later)

(cherry picked from commit 63dcc28d3efc7607d6cc42eebc4411ab50e69246)
This commit is contained in:
Mukund Sivaraman 2015-07-31 14:31:47 +05:30
parent b485d0a67f
commit 991f97366b

View File

@ -658,7 +658,6 @@ cfg_parse_fixedpoint(cfg_parser_t *pctx, const cfg_type_t *type,
{
isc_result_t result;
cfg_obj_t *obj = NULL;
UNUSED(type);
size_t n1, n2, n3, l;
const char *p;