From 0ba59239d92a0ea82d6515f15cc0723a61ef7400 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Sun, 10 Feb 2002 13:20:39 +0000 Subject: Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c globals.c parser.c threads.c tree.c valid.c xmlmemory.c xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h include/libxml/parserInternals.h include/libxml/tree.h include/libxml/xmlmemory.h include/libxml/xpathInternals.h: Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. * python/libxml.c: fixed a warning. Daniel --- valid.c | 1 - 1 file changed, 1 deletion(-) (limited to 'valid.c') diff --git a/valid.c b/valid.c index a6434c22..9df5710d 100644 --- a/valid.c +++ b/valid.c @@ -315,7 +315,6 @@ xmlValidStateDebug(xmlValidCtxtPtr ctxt) { else if ((doc->intSubset == NULL) && \ (doc->extSubset == NULL)) return(0) -xmlElementPtr xmlGetDtdElementDesc(xmlDtdPtr dtd, const xmlChar *name); static xmlElementPtr xmlGetDtdElementDesc2(xmlDtdPtr dtd, const xmlChar *name, int create); xmlAttributePtr xmlScanAttributeDecl(xmlDtdPtr dtd, const xmlChar *elem); -- cgit v1.2.3