From: Paul Eggert Date: Sun, 24 Mar 2019 15:25:51 +0000 (-0700) Subject: * src/lisp.h (primary_thread): Remove unused decl. X-Git-Tag: emacs-27.0.90~3354 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d2a9273c77182e8aa3468fbb5c71f2729639c465;p=emacs.git * src/lisp.h (primary_thread): Remove unused decl. --- diff --git a/src/lisp.h b/src/lisp.h index c33c311b4ac..2508e2b804e 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -4218,7 +4218,6 @@ extern void syms_of_module (void); #endif /* Defined in thread.c. */ -extern struct thread_state primary_thread; extern void mark_threads (void); extern void unmark_main_thread (void);