diff options
author | William M. Brack <wbrack@src.gnome.org> | 2003-08-07 13:03:02 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2003-08-07 13:03:02 +0000 |
commit | 5814e8cf8b16f02b8748ea73e96273839b88d496 (patch) | |
tree | d843fe49e858aa5397791f2e46f244a3c222648a /xsltproc | |
parent | b36b9770afaf9dc5a96bc3e71ef70529b7d2743a (diff) | |
download | libxslt-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.c | 4 |
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; |