commit | 8f1669b10f0809ac26303dd0cf88c29ecf1ae1fd | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Sun Sep 12 13:21:54 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 15 11:07:18 2021 +0200 |
tree | be46e06c41c60de9805ace9bbe0f465ab5b1fb36 | |
parent | 992007ec785f573aca08bc57630d859691365c3a [diff] |
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 5c0dc49..a06b93d 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;