diff options
Diffstat (limited to 'libguile/threads.c')
-rw-r--r-- | libguile/threads.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/threads.c b/libguile/threads.c index 1527e01d1..bf2fdb226 100644 --- a/libguile/threads.c +++ b/libguile/threads.c @@ -338,7 +338,6 @@ guilify_self_1 (SCM_STACKITEM *base) t->block_asyncs = 1; t->pending_asyncs = 1; t->critical_section_level = 0; - t->last_debug_frame = NULL; t->base = base; #ifdef __ia64__ /* Calculate and store off the base of this thread's register |