2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Fix win32 build (UNUSED is present later)

This commit is contained in:
Mukund Sivaraman
2015-07-31 14:31:47 +05:30
parent 1767227885
commit 63dcc28d3e

View File

@@ -611,7 +611,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;