sbailliez 2002/06/29 01:17:48
Modified: src/main/org/apache/tools/ant/types Tag: ANT_15_BRANCH
XMLCatalog.java
Log:
Removed unused declarations.
Revision Changes Path
No revision
No revision
1.9.2.6 +1 -3
jakarta-ant/src/main/org/apache/tools/ant/types/XMLCatalog.java
Index: XMLCatalog.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/types/XMLCatalog.java,v
retrieving revision 1.9.2.5
retrieving revision 1.9.2.6
diff -u -r1.9.2.5 -r1.9.2.6
--- XMLCatalog.java 3 Jun 2002 17:57:36 -0000 1.9.2.5
+++ XMLCatalog.java 29 Jun 2002 08:17:48 -0000 1.9.2.6
@@ -375,7 +375,6 @@
}
SAXSource source = null;
- InputSource inputSource = null;
String uri = removeFragment(href);
@@ -497,7 +496,6 @@
private InputSource filesystemLookup(DTDLocation matchingEntry) {
String uri = matchingEntry.getLocation();
- File basedir = null;
//
// The DTDLocation may specify a relative path for its
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>