From c28b8afb760624e503ce7b4e3acae8853a536d04 Mon Sep 17 00:00:00 2001 From: Stas Boukarev Date: Sun, 21 Feb 2016 14:14:42 +0300 Subject: [PATCH] Remove global_interrupt_data. Unused. --- src/runtime/thread.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime/thread.c b/src/runtime/thread.c index 50f931d42..3a5cc4504 100644 --- a/src/runtime/thread.c +++ b/src/runtime/thread.c @@ -92,7 +92,6 @@ static struct thread_post_mortem * volatile pending_thread_post_mortem = 0; int dynamic_values_bytes=TLS_SIZE*sizeof(lispobj); /* same for all threads */ struct thread *all_threads; -extern struct interrupt_data * global_interrupt_data; #ifdef LISP_FEATURE_SB_THREAD pthread_mutex_t all_threads_lock = PTHREAD_MUTEX_INITIALIZER; -- 2.11.4.GIT