Removed unused code

This commit is contained in:
Andy Clement
2008-08-12 18:27:40 +00:00
parent c09d3971a1
commit b12dc5ba42

View File

@@ -79,9 +79,6 @@ public class ReflectionUtils {
if (matchInfo.kind == ArgsMatchKind.EXACT) {
return new DiscoveredMethod(method, null);
} else if (matchInfo.kind == ArgsMatchKind.CLOSE) {
if (matchRequiringConversion!=null) {
int stop = 1;
}
closeMatch = method;
} else if (matchInfo.kind == ArgsMatchKind.REQUIRES_CONVERSION) {
if (matchRequiringConversion!=null) {