diff --git a/lib/isc/win32/file.c b/lib/isc/win32/file.c index d532ce1125..cdd9b11c1b 100644 --- a/lib/isc/win32/file.c +++ b/lib/isc/win32/file.c @@ -323,7 +323,6 @@ isc_file_template(const char *path, const char *templet, char *buf, { char *s; - REQUIRE(path != NULL); REQUIRE(templet != NULL); REQUIRE(buf != NULL);