Skip to content

Commit

Permalink
GROOVY-11118: Partial JEP 445 compatibility (remove unused code)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Jul 12, 2023
1 parent 231d1ae commit b733e4b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/org/codehaus/groovy/ast/ModuleNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,6 @@ protected ClassNode createStatementsClass() {
result.addAnnotations(existingMain.getAnnotations());
result.putNodeMetaData("_SKIPPABLE_ANNOTATIONS", Boolean.TRUE);
existingMain.putNodeMetaData("_SKIPPABLE_ANNOTATIONS", Boolean.TRUE);
// result.getAnnotations().forEach(a -> {
// // TODO handle AST transform annotations
// });
methods.forEach(result::addMethod);
fields.forEach(result::addField);
return result;
Expand Down

0 comments on commit b733e4b

Please sign in to comment.