Skip to content

Commit

Permalink
refactor: remove invalid comment
Browse files Browse the repository at this point in the history
Comment refers to code that has since been changed and is no longer valid.
  • Loading branch information
jwagenleitner committed Aug 5, 2017
1 parent 9ad1b29 commit faf1ece
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/org/codehaus/groovy/ast/GenericsType.java
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,6 @@ private boolean compareGenericsWithBound(final ClassNode classNode, final ClassN
for (int i = 0; redirectBoundGenericTypes!=null && i < redirectBoundGenericTypes.length && match; i++) {
GenericsType redirectBoundType = redirectBoundGenericTypes[i];
GenericsType classNodeType = cnTypes[i];
// The following code has been commented out because it causes GROOVY-5415
// However, commenting doesn't make any test fail, which is curious...
if (classNodeType.isPlaceholder()) {
String name = classNodeType.getName();
if (redirectBoundType.isPlaceholder()) {
Expand Down

0 comments on commit faf1ece

Please sign in to comment.