diff --git a/src/error.c b/src/error.c index 57ed5999ae654ecc7c8c00405554bea55cfe67a0..a2c51302d8a989afefeabde5e6337661af1fb670 100644 --- a/src/error.c +++ b/src/error.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: error.c,v 1.126 2004/06/29 11:09:15 nilsson Exp $ +|| $Id: error.c,v 1.127 2004/06/29 11:16:42 nilsson Exp $ */ #define NO_PIKE_SHORTHAND @@ -23,7 +23,7 @@ #include "threads.h" #include "gc.h" -RCSID("$Id: error.c,v 1.126 2004/06/29 11:09:15 nilsson Exp $"); +RCSID("$Id: error.c,v 1.127 2004/06/29 11:16:42 nilsson Exp $"); /* __attribute__ only applies to function declarations, not definitions, so we disable them here. */ @@ -202,7 +202,6 @@ PMOD_EXPORT void Pike_vsnprintf(char *str, size_t size, fmt++; - fprintf(stderr, "X %c\n", fmt[0]); switch( fmt++[0] ) { case 'O':