]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: Remove prototype for non-existent thread_get_default_count()
authorTim Duesterhus <tim@bastelstu.be>
Sun, 12 Sep 2021 11:21:54 +0000 (13:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 15 Sep 2021 09:07:18 +0000 (11:07 +0200)
This is the only location of `thread_get_default_count` within the codebase.

include/haproxy/thread.h

index 5c0dc49e357e998f1a47b4185248b199d8933310..a06b93d5bc08d8517c24925440b2d5ac400631f4 100644 (file)
@@ -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;