diff options
author | Fred Drake <fdrake@acm.org> | 2002-07-17 14:45:33 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-07-17 14:45:33 (GMT) |
commit | f042db6a9480f1538197a354655235862bf8f438 (patch) | |
tree | 90b0d3917acd770001180101f757652abe7c0f73 | |
parent | 2335100b6a32bb7beb40c7f6dfcbc69780ef274f (diff) | |
download | cpython-f042db6a9480f1538197a354655235862bf8f438.zip cpython-f042db6a9480f1538197a354655235862bf8f438.tar.gz cpython-f042db6a9480f1538197a354655235862bf8f438.tar.bz2 |
Remove RCSId; this produces annoying warnings.
This is already removed from Expat 1.95.4, so the problem will not
recur when we update.
-rw-r--r-- | Modules/expat/xmlrole.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/expat/xmlrole.c b/Modules/expat/xmlrole.c index bdb50c6..b9f7f6c 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 |