Port: Add Solaris paths compat
[lttng-tools.git] / src / common / consumer.c
index 857201def7d9d35d1228e23e9ed4d2472b4f2088..9909fc13ce05cb32104c5d379f9f05fb150831f5 100644 (file)
@@ -17,7 +17,6 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#define _GNU_SOURCE
 #define _LGPL_SOURCE
 #include <assert.h>
 #include <poll.h>
@@ -1212,8 +1211,6 @@ void lttng_consumer_cleanup(void)
         * it.
         */
        lttng_ht_destroy(consumer_data.stream_list_ht);
-
-       run_as_destroy_worker();
 }
 
 /*
This page took 0.023499 seconds and 4 git commands to generate.