X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.c;h=9909fc13ce05cb32104c5d379f9f05fb150831f5;hp=857201def7d9d35d1228e23e9ed4d2472b4f2088;hb=ea26306076d26c40ed31e4f9170dc2852bda502f;hpb=7567352fb68f5c3f49f549c579f5bd27c883bed2 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(); } /*