diff options
Diffstat (limited to 'libguile/async.c')
-rw-r--r-- | libguile/async.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libguile/async.c b/libguile/async.c index d68be47f5..38e5ca22f 100644 --- a/libguile/async.c +++ b/libguile/async.c @@ -62,11 +62,6 @@ #include <unistd.h> #endif -/* This is not used for anything except checking that DEFER_INTS and - ALLOW_INTS are used properly. - */ -int scm_ints_disabled = 1; - /* {Asynchronous Events} * |