summaryrefslogtreecommitdiff
path: root/xsltproc
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2003-08-07 13:03:02 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2003-08-07 13:03:02 +0000
commit5814e8cf8b16f02b8748ea73e96273839b88d496 (patch)
treed843fe49e858aa5397791f2e46f244a3c222648a /xsltproc
parentb36b9770afaf9dc5a96bc3e71ef70529b7d2743a (diff)
downloadlibxslt-5814e8cf8b16f02b8748ea73e96273839b88d496.tar.gz
libxslt-5814e8cf8b16f02b8748ea73e96273839b88d496.tar.bz2
libxslt-5814e8cf8b16f02b8748ea73e96273839b88d496.zip
removed ref to libxslt.la Minor cleanup of warning errors
* breakpoint/Makefile.am: removed ref to libxslt.la * numbers.c transform.c python/libxml_wrap.h python/types.c xlstproc/xsltproc.c: Minor cleanup of warning errors
Diffstat (limited to 'xsltproc')
-rw-r--r--xsltproc/xsltproc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/xsltproc/xsltproc.c b/xsltproc/xsltproc.c
index 28a64797..7e4e777f 100644
--- a/xsltproc/xsltproc.c
+++ b/xsltproc/xsltproc.c
@@ -88,10 +88,6 @@
# endif
#endif
-xmlParserInputPtr xmlNoNetExternalEntityLoader(const char *URL,
- const char *ID,
- xmlParserCtxtPtr ctxt);
-
static int debug = 0;
static int repeat = 0;
static int timing = 0;