Skip to content

Commit faf1ece

Browse files
committed
refactor: remove invalid comment
Comment refers to code that has since been changed and is no longer valid.
1 parent 9ad1b29 commit faf1ece

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/org/codehaus/groovy/ast/GenericsType.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,6 @@ private boolean compareGenericsWithBound(final ClassNode classNode, final ClassN
377377
for (int i = 0; redirectBoundGenericTypes!=null && i < redirectBoundGenericTypes.length && match; i++) {
378378
GenericsType redirectBoundType = redirectBoundGenericTypes[i];
379379
GenericsType classNodeType = cnTypes[i];
380-
// The following code has been commented out because it causes GROOVY-5415
381-
// However, commenting doesn't make any test fail, which is curious...
382380
if (classNodeType.isPlaceholder()) {
383381
String name = classNodeType.getName();
384382
if (redirectBoundType.isPlaceholder()) {

0 commit comments

Comments
 (0)