From d4587b3fe6001c5f852e6eb08d5f46941b3d8203 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Fri, 11 Jul 2008 16:22:54 +0200 Subject: [PATCH] Removed an unused variable. Rev: src/modules/Parser/xml.cmod:1.101 Rev: src/post_modules/GL/auto.c.in:1.55 --- src/modules/Parser/xml.cmod | 3 +-- src/post_modules/GL/auto.c.in | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/modules/Parser/xml.cmod b/src/modules/Parser/xml.cmod index e4459f59c2..1e667a73a7 100644 --- a/src/modules/Parser/xml.cmod +++ b/src/modules/Parser/xml.cmod @@ -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: xml.cmod,v 1.100 2008/06/29 20:48:57 marcus Exp $ +|| $Id: xml.cmod,v 1.101 2008/07/11 14:22:54 mast Exp $ */ #include "global.h" @@ -3348,7 +3348,6 @@ PIKEFUN string autoconvert(string s) void init_parser_xml(void) { - ptrdiff_t off; init_xmlinput_blocks(); push_text("location"); location_string_svalue=sp[-1]; diff --git a/src/post_modules/GL/auto.c.in b/src/post_modules/GL/auto.c.in index 3c67004ad1..22764f01ea 100644 --- a/src/post_modules/GL/auto.c.in +++ b/src/post_modules/GL/auto.c.in @@ -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: auto.c.in,v 1.54 2006/09/27 19:03:12 marcus Exp $ +|| $Id: auto.c.in,v 1.55 2008/07/11 14:16:57 mast Exp $ */ #include "global.h" @@ -546,7 +546,6 @@ static void my_glGenTextures( INT32 args ) { GLint *res; struct array *a; - struct svalue tmp; int ntexts; int i; if( args != 1 || Pike_sp[-1].type != PIKE_T_INT ) -- GitLab