diff options
Diffstat (limited to 'libguile/instructions.c')
-rw-r--r-- | libguile/instructions.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile/instructions.c b/libguile/instructions.c index 2646f9029..f3b8963d2 100644 --- a/libguile/instructions.c +++ b/libguile/instructions.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. +/* Copyright (C) 2001, 2009, 2010, 2011 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License @@ -48,7 +48,6 @@ struct scm_instruction { static scm_i_pthread_mutex_t itable_lock = SCM_I_PTHREAD_MUTEX_INITIALIZER; -SCM_PTHREAD_ATFORK_LOCK_STATIC_MUTEX (itable_lock); static struct scm_instruction* |