Fix: build failure with -fno-common
[lttng-tools.git] / tests / unit / test_session.c
index 4e659d5242b6af9f1fdf5ee91ac5e711159d33e7..507f665e02e13fdbb4f24565286b7929af8d8372 100644 (file)
@@ -44,7 +44,6 @@
 /* Number of TAP tests in this file */
 #define NUM_TESTS 11
 
-struct health_app *health_sessiond;
 static struct ltt_session_list *session_list;
 
 /* For error.h */
@@ -52,9 +51,6 @@ int lttng_opt_quiet = 1;
 int lttng_opt_verbose = 0;
 int lttng_opt_mi;
 
-int ust_consumerd32_fd;
-int ust_consumerd64_fd;
-
 static const char alphanum[] =
        "0123456789"
        "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
This page took 0.023524 seconds and 4 git commands to generate.