Fix: build failure with -fno-common
[lttng-tools.git] / tests / unit / test_session.c
index d0111780993ec8d0621ff9a2cd03adf629987502..c16695255123a40e5859c01623899fd5d641652e 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.022985 seconds and 4 git commands to generate.