Skip to content

Commit d79eec9

Browse files
committed
Removing unused shapes again
1 parent 5a31342 commit d79eec9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

codegen/src/main/java/software/amazon/awssdk/codegen/IntermediateModelBuilder.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,7 @@ public IntermediateModel build() throws IOException {
125125

126126
log.info("{} shapes remained after applying customizations.", fullModel.getShapes().size());
127127

128-
// TODO uncomment
129-
Map<String, ShapeModel> trimmedShapes = fullModel.getShapes();
130-
// Map<String, ShapeModel> trimmedShapes = removeUnusedShapes(fullModel);
128+
Map<String, ShapeModel> trimmedShapes = removeUnusedShapes(fullModel);
131129

132130
log.info("{} shapes remained after removing unused shapes.", trimmedShapes.size());
133131

0 commit comments

Comments
 (0)