diff options
Diffstat (limited to 'libguile/threads.h')
-rw-r--r-- | libguile/threads.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libguile/threads.h b/libguile/threads.h index 2d2348bde..54d64141b 100644 --- a/libguile/threads.h +++ b/libguile/threads.h @@ -81,10 +81,6 @@ typedef struct scm_i_thread { SCM dynamic_state; SCM dynwinds; - /* Thread-local gensym counter. - */ - unsigned char *gensym_counter; - /* For system asyncs. */ SCM active_asyncs; /* The thunks to be run at the next |