From 7f2763ba2f439a360767a3029026283f7bcea57b Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Wed, 23 Jul 2003 12:22:36 +0000 Subject: [PATCH] remove unused field git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274910 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/IntrospectionHelper.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main/org/apache/tools/ant/IntrospectionHelper.java b/src/main/org/apache/tools/ant/IntrospectionHelper.java index 362999ae8..bcad2af89 100644 --- a/src/main/org/apache/tools/ant/IntrospectionHelper.java +++ b/src/main/org/apache/tools/ant/IntrospectionHelper.java @@ -106,12 +106,6 @@ public final class IntrospectionHelper implements BuildListener { */ private List addTypeMethods; - /** - * Map from attribute names to methods to store configured nested types - * (String to NestedStorer). - */ - private Hashtable nestedStorers; - /** * The method to invoke to add PCDATA. */