summaryrefslogtreecommitdiff
path: root/libguile/async.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/async.c')
-rw-r--r--libguile/async.c5
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}
*