From: Tim Duesterhus Date: Sun, 12 Sep 2021 11:21:54 +0000 (+0200) Subject: CLEANUP: Remove prototype for non-existent thread_get_default_count() X-Git-Tag: v2.5-dev8~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f1669b10f0809ac26303dd0cf88c29ecf1ae1fd;p=thirdparty%2Fhaproxy.git CLEANUP: Remove prototype for non-existent thread_get_default_count() This is the only location of `thread_get_default_count` within the codebase. --- diff --git a/include/haproxy/thread.h b/include/haproxy/thread.h index 5c0dc49e35..a06b93d5bc 100644 --- a/include/haproxy/thread.h +++ b/include/haproxy/thread.h @@ -46,7 +46,6 @@ /* Generic exports */ int parse_nbthread(const char *arg, char **err); -int thread_get_default_count(); extern int thread_cpus_enabled_at_boot;