diff --git a/src/interpret.c b/src/interpret.c
index 76bdae037a026d34ec89759c0fc4f72e19351147..03bf01d9dcc42b5d8c8101206f0ad0d8da3a4e0f 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();