Skip to content

Commit

Permalink
Removed function declaration of a non-existing function
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed May 29, 2020
1 parent 2132651 commit 32dd58e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sql/threadpool.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ extern void tp_set_threadpool_stall_limit(uint val);
extern int tp_get_idle_thread_count();
extern int tp_get_thread_count();

/* Activate threadpool scheduler */
extern void tp_scheduler(void);


enum TP_PRIORITY {
TP_PRIORITY_HIGH,
Expand Down

0 comments on commit 32dd58e

Please sign in to comment.