summaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/debug.c b/debug.c
index 677a9457..00117558 100644
--- a/debug.c
+++ b/debug.c
@@ -45,7 +45,6 @@
int opt_debugger;
int debug_depth;
-val debug_block_s;
static int step_mode;
static int next_depth = -1;
static val breakpoints;
@@ -246,7 +245,6 @@ void debug_init(void)
{
step_mode = 1;
protect(&breakpoints, &last_command, convert(val *, 0));
- debug_block_s = intern(lit("debug-block"), system_package);
{
char *columns = getenv("COLUMNS");
if (columns)