From: Fred Drake Date: Wed, 17 Jul 2002 14:45:33 +0000 (+0000) Subject: Remove RCSId; this produces annoying warnings. X-Git-Tag: v2.3c1~4976 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f042db6a9480f1538197a354655235862bf8f438;p=python Remove RCSId; this produces annoying warnings. This is already removed from Expat 1.95.4, so the problem will not recur when we update. --- diff --git a/Modules/expat/xmlrole.c b/Modules/expat/xmlrole.c index bdb50c6317..b9f7f6c414 100644 --- a/Modules/expat/xmlrole.c +++ b/Modules/expat/xmlrole.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$"; - #ifdef COMPILED_FROM_DSP # include "winconfig.h" #else