From 712c70975d942d263896d2d1f8370458e6a94d03 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Wed, 25 Jul 2001 17:18:43 +0000 Subject: [PATCH] Remove useless RCSId static from the code. --- expat/lib/xmltok.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/expat/lib/xmltok.c b/expat/lib/xmltok.c index 55b63a7e..8a4a363a 100644 --- a/expat/lib/xmltok.c +++ b/expat/lib/xmltok.c @@ -3,9 +3,6 @@ Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd See the file COPYING for copying permission. */ -static char RCSId[] - = "$Header: /cvsroot/expat/expat/lib/xmltok.c,v 1.5 2000/10/22 19:20:23 coopercc Exp $"; - #ifdef COMPILED_FROM_DSP # include "winconfig.h" #else