aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread.h')
-rw-r--r--src/thread.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/thread.h b/src/thread.h
index 47fa87c77fa..9f0eead4637 100644
--- a/src/thread.h
+++ b/src/thread.h
@@ -72,9 +72,6 @@ struct thread_state
72 /* An address near the top of the stack. */ 72 /* An address near the top of the stack. */
73 char *stack_top; 73 char *stack_top;
74 74
75 struct backtrace *m_backtrace_list;
76#define backtrace_list (current_thread->m_backtrace_list)
77
78 struct catchtag *m_catchlist; 75 struct catchtag *m_catchlist;
79#define catchlist (current_thread->m_catchlist) 76#define catchlist (current_thread->m_catchlist)
80 77