Minor: Remove commented out code
This commit is contained in:
committed by
Pavel V. Talanov
parent
a7f11e6852
commit
700d26917b
@@ -70,15 +70,8 @@ public class OverridingUtil {
|
||||
continue outerLoop;
|
||||
}
|
||||
}
|
||||
// System.out.println(me);
|
||||
candidates.add(meD);
|
||||
}
|
||||
// Set<D> candidates = Sets.newLinkedHashSet(candidateSet);
|
||||
// for (D descriptor : candidateSet) {
|
||||
// Set<CallableDescriptor> overriddenDescriptors = Sets.newHashSet();
|
||||
// getAllOverriddenDescriptors(descriptor.getOriginal(), overriddenDescriptors);
|
||||
// candidates.removeAll(overriddenDescriptors);
|
||||
// }
|
||||
return candidates;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user