summaryrefslogtreecommitdiff
path: root/run.c
diff options
context:
space:
mode:
Diffstat (limited to 'run.c')
-rw-r--r--run.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/run.c b/run.c
index 543fb08a64..6afab88dff 100644
--- a/run.c
+++ b/run.c
@@ -22,8 +22,6 @@ dEXT char *watchok;
int
runops_standard(void) {
dTHR;
- SAVEI32(runlevel);
- runlevel++;
while ( op = (*op->op_ppaddr)(ARGS) ) ;
@@ -42,9 +40,6 @@ runops_debug(void) {
return 0;
}
- SAVEI32(runlevel);
- runlevel++;
-
do {
if (debug) {
if (watchaddr != 0 && *watchaddr != watchok)