Introduce libcommon-lgpl for liblttng-ctl
[lttng-tools.git] / src / common / hashtable / hashtable.cpp
index 5ae7f26e0e0fbde4aa168dbf1a229ec6140f8b9b..c641dad3c8db2949e156dfd8f4ecd0a691508595 100644 (file)
@@ -19,7 +19,6 @@
 /* seed_lock protects both seed_init and lttng_ht_seed. */
 static pthread_mutex_t seed_lock = PTHREAD_MUTEX_INITIALIZER;
 static bool seed_init;
-unsigned long lttng_ht_seed;
 
 static unsigned long min_hash_alloc_size = 1;
 static unsigned long max_hash_buckets_size = 0;
This page took 0.023235 seconds and 4 git commands to generate.