Skip to content

Commit 528264d

Browse files
xemulavikivity
authored andcommitted
reactor: Remove global task_quota extern declaration
Seem to be a leftover from some ancient days. There's no such variable any longer, the task_quota exists only on reactor config. Signed-off-by: Pavel Emelyanov <[email protected]>
1 parent 0dc8e48 commit 528264d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/seastar/core/reactor.hh

-1
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,6 @@ public:
703703
};
704704

705705
extern __thread reactor* local_engine;
706-
extern __thread size_t task_quota;
707706

708707
SEASTAR_MODULE_EXPORT
709708
inline reactor& engine() {

0 commit comments

Comments
 (0)