summaryrefslogtreecommitdiff
path: root/tpool/tpool_generic.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tpool/tpool_generic.cc')
-rw-r--r--tpool/tpool_generic.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/tpool/tpool_generic.cc b/tpool/tpool_generic.cc
index 0c769d67c99..ecc489c3357 100644
--- a/tpool/tpool_generic.cc
+++ b/tpool/tpool_generic.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2019, 2020, MariaDB Corporation.
+/* Copyright (C) 2019, 2021, MariaDB Corporation.
This program is free software; you can redistribute itand /or modify
it under the terms of the GNU General Public License as published by
@@ -311,7 +311,6 @@ public:
return;
m_callback(m_data);
- dbug_execute_after_task_callback();
m_running = false;
if (m_pool && m_period)