]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/lisp.h (primary_thread): Remove unused decl.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 24 Mar 2019 15:25:51 +0000 (08:25 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 24 Mar 2019 15:26:24 +0000 (08:26 -0700)
src/lisp.h

index c33c311b4acb76d90b7842cf0ac9a227f48adf57..2508e2b804e487b33a2515caa11d9b8fa231ed7d 100644 (file)
@@ -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);