From 8c99d104e38ba930532aa05cce548f5743aee77f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 11 Apr 2018 23:04:20 +0200 Subject: [PATCH] Sync isc_file_template functions between unix and win32, so they are same --- lib/isc/win32/file.c | 1 - 1 file changed, 1 deletion(-) 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);