Remove ht-cleanup thread
[lttng-tools.git] / tests / regression / tools / health / health_stall.c
index e89966315446eff2b835d9a4338bef2a955b9088..d01ad4cb9210c2b854af4165b5c96fdec0e37c98 100644 (file)
@@ -104,18 +104,6 @@ int __testpoint_sessiond_thread_manage_consumer(void)
        return 0;
 }
 
-LTTNG_EXPORT int __testpoint_sessiond_thread_ht_cleanup(void);
-int __testpoint_sessiond_thread_ht_cleanup(void)
-{
-       const char *var = "LTTNG_SESSIOND_THREAD_HT_CLEANUP_STALL";
-
-       if (check_env_var(var)) {
-               do_stall();
-       }
-
-       return 0;
-}
-
 LTTNG_EXPORT int __testpoint_sessiond_thread_app_manage_notify(void);
 int __testpoint_sessiond_thread_app_manage_notify(void)
 {
This page took 0.022882 seconds and 4 git commands to generate.