From 1d10d048003619f4e2d396a03274adad0dec78ba Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 3 Jul 2013 13:12:10 -0600 Subject: [PATCH] remove unused field from struct thread_state --- src/thread.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/thread.h b/src/thread.h index 9f0eead4637..e43b0a335aa 100644 --- a/src/thread.h +++ b/src/thread.h @@ -99,12 +99,6 @@ struct thread_state struct specbinding *m_specpdl_ptr; #define specpdl_ptr (current_thread->m_specpdl_ptr) - /* Pointer to the first "saved" element in specpdl. When this - thread is swapped out, the current values of all specpdl bindings - are pushed onto the specpdl; then these are popped again when - switching back to this thread. */ - struct specbinding *m_saved_specpdl_ptr; - /* Depth in Lisp evaluations and function calls. */ EMACS_INT m_lisp_eval_depth; #define lisp_eval_depth (current_thread->m_lisp_eval_depth) -- 2.39.5