]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Don't return from void function
authorOndřej Surý <ondrej@isc.org>
Wed, 8 Apr 2020 13:43:02 +0000 (15:43 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 15 Apr 2020 10:45:05 +0000 (12:45 +0200)
lib/isc/win32/thread.c

index 5e55bb60f6fc33e3b1795cfbdda87a60621e241c..12b97708465b2c04c25ddbed6964e753bfc85e04 100644 (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