2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +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());
}
(void)CloseHandle(thread);
return (ISC_R_SUCCESS);
}
void