From 2b544f34288f9abf8d8c6d10bcdec3b4da27138e Mon Sep 17 00:00:00 2001
From: Martin Stjernholm <mast@lysator.liu.se>
Date: Fri, 11 Jul 2008 16:43:20 +0200
Subject: [PATCH] Removed an unused variable.

Rev: src/interpret.c:1.404
---
 src/interpret.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/interpret.c b/src/interpret.c
index 76bdae037a..03bf01d9dc 100644
--- a/src/interpret.c
+++ b/src/interpret.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: interpret.c,v 1.403 2008/05/31 19:41:16 grubba Exp $
+|| $Id: interpret.c,v 1.404 2008/07/11 14:43:20 mast Exp $
 */
 
 #include "global.h"
@@ -3001,10 +3001,6 @@ PMOD_EXPORT void low_cleanup_interpret(struct Pike_interpreter *interpreter)
 
 PMOD_EXPORT void cleanup_interpret(void)
 {
-#ifdef PIKE_DEBUG
-  int e;
-#endif
-
   while(Pike_fp)
     POP_PIKE_FRAME();
 
-- 
GitLab