X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Fconsumer.c;h=9909fc13ce05cb32104c5d379f9f05fb150831f5;hb=790c779e5d45e5ea024c221e60d3dd2277a7b7b9;hp=857201def7d9d35d1228e23e9ed4d2472b4f2088;hpb=7567352fb68f5c3f49f549c579f5bd27c883bed2;p=lttng-tools.git diff --git a/src/common/consumer.c b/src/common/consumer.c index 857201def..9909fc13c 100644 --- a/src/common/consumer.c +++ b/src/common/consumer.c @@ -17,7 +17,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#define _GNU_SOURCE #define _LGPL_SOURCE #include #include @@ -1212,8 +1211,6 @@ void lttng_consumer_cleanup(void) * it. */ lttng_ht_destroy(consumer_data.stream_list_ht); - - run_as_destroy_worker(); } /*