aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/thread-pool.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-03-18 12:01:18 +0100
committerThomas White <taw@physics.org>2020-07-29 18:42:57 +0200
commitf5fca86eb191f41dfc45cf5c7f17e9ffd73d0287 (patch)
treebe7773b16ed0d2708931a3c388bff34b3c9d996c /libcrystfel/src/thread-pool.c
parent3022757e31b93542f332bcc1c323f63a853b7912 (diff)
libcrystfel plumbing to allow ERROR/STATUS messages in GUI
Diffstat (limited to 'libcrystfel/src/thread-pool.c')
-rw-r--r--libcrystfel/src/thread-pool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcrystfel/src/thread-pool.c b/libcrystfel/src/thread-pool.c
index 67645b1e..1d85e0be 100644
--- a/libcrystfel/src/thread-pool.c
+++ b/libcrystfel/src/thread-pool.c
@@ -47,7 +47,6 @@
static int use_status_labels = 0;
static pthread_key_t status_label_key;
-pthread_mutex_t stderr_lock = PTHREAD_MUTEX_INITIALIZER;
struct worker_args
{