From 7cf59d1e2557ffde0d83ba4aa35f29b3090b2f31 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sat, 25 Oct 1997 19:33:58 +0200
Subject: [PATCH] Commented out some unreachable code.

Rev: src/interpret.c:1.52
---
 src/interpret.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/interpret.c b/src/interpret.c
index c9f0e77fdc..e0749c3527 100644
--- a/src/interpret.c
+++ b/src/interpret.c
@@ -4,7 +4,7 @@
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 #include "global.h"
-RCSID("$Id: interpret.c,v 1.51 1997/10/14 05:35:12 hubbe Exp $");
+RCSID("$Id: interpret.c,v 1.52 1997/10/25 17:33:58 grubba Exp $");
 #include "interpret.h"
 #include "object.h"
 #include "program.h"
@@ -706,7 +706,7 @@ static void eval_instruction(unsigned char *pc)
       instr=GET_ARG();
       assign_svalue_no_free(sp++,fp->locals+instr);
       goto dec_local_and_pop;
-      fp->locals[instr].u.integer--;
+      /* fp->locals[instr].u.integer--; */
       break;
 
       CASE(F_DEC_LOCAL_AND_POP);
-- 
GitLab