diff options
Diffstat (limited to 'libguile/root.c')
-rw-r--r-- | libguile/root.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libguile/root.c b/libguile/root.c index 83960b5d8..d35d8e89e 100644 --- a/libguile/root.c +++ b/libguile/root.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997,1998,1999,2000, 2001, 2002, 2006, 2008 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998,1999,2000, 2001, 2002, 2006, 2008, 2009 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 @@ -38,10 +38,6 @@ #include "libguile/root.h" -SCM scm_sys_protects[SCM_NUM_PROTECTS]; - - - /* {call-with-dynamic-root} * * Suspending the current thread to evaluate a thunk on the |