Fix: sym name len (kernel)
[lttng-tools.git] / src / bin / lttng-sessiond / utils.c
index 358e407e9c326cf038024b570f4c9209a724e2ca..85a1f0203ae0e9088653271192d13172bf03f566 100644 (file)
@@ -49,16 +49,6 @@ int notify_thread_pipe(int wpipe)
        return ret;
 }
 
-/*
- * Return pointer to home directory path using the env variable HOME.
- *
- * No home, NULL is returned.
- */
-const char *get_home_dir(void)
-{
-       return ((const char *) getenv("HOME"));
-}
-
 void ht_cleanup_push(struct lttng_ht *ht)
 {
        int ret;
This page took 0.023368 seconds and 4 git commands to generate.