From beee2a659805f05e8f8463066a9f83ff5b784405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 8 Apr 2020 15:43:02 +0200 Subject: [PATCH] Don't return from void function (cherry picked from commit 948a23e6bb343e63dd6ad852e141650da323846c) --- lib/isc/win32/thread.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/isc/win32/thread.c b/lib/isc/win32/thread.c index 5e55bb60f6..12b9770846 100644 --- a/lib/isc/win32/thread.c +++ b/lib/isc/win32/thread.c @@ -49,8 +49,6 @@ isc_thread_join(isc_thread_t thread, isc_threadresult_t *rp) { GetLastError()); } (void)CloseHandle(thread); - - return (ISC_R_SUCCESS); } void