diff --git a/src/main/org/apache/tools/ant/types/Path.java b/src/main/org/apache/tools/ant/types/Path.java index 1a47bf489..514c162dd 100644 --- a/src/main/org/apache/tools/ant/types/Path.java +++ b/src/main/org/apache/tools/ant/types/Path.java @@ -78,11 +78,6 @@ public class Path extends DataType implements Cloneable, ResourceCollection { public static Path systemBootClasspath = new Path(null, System.getProperty("sun.boot.class.path")); - static { - systemClasspath.setCache(true); - systemBootClasspath.setCache(true); - } - private static final Iterator EMPTY_ITERATOR = Collections.EMPTY_SET.iterator();