2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

Don't return from void function

This commit is contained in:
Ondřej Surý
2020-04-08 15:43:02 +02:00
parent 789d253e3d
commit 948a23e6bb

View File

@@ -49,8 +49,6 @@ isc_thread_join(isc_thread_t thread, isc_threadresult_t *rp) {
GetLastError()); GetLastError());
} }
(void)CloseHandle(thread); (void)CloseHandle(thread);
return (ISC_R_SUCCESS);
} }
void void