Skip to content

Commit

Permalink
Update codegen/smithy-dafny-codegen/src/main/java/software/amazon/pol…
Browse files Browse the repository at this point in the history
…ymorph/smithygo/codegen/AddOperationShapes.java

Co-authored-by: Lucas McDonald <[email protected]>
  • Loading branch information
ShubhamChaturvedi7 and lucasmcdonald3 authored Oct 24, 2024
1 parent 843c86c commit 9533555
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@ public static Model execute(Model model, ShapeId serviceShapeId) {
return modelBuilder.build();
}

// private static StructureShape emptyOperationStructure(ServiceShape service, ShapeId opShapeId, String suffix) {
// return StructureShape.builder()
// .id(ShapeId.fromParts(service.toShapeId().getNamespace(), opShapeId.getName(service) + suffix))
// .addTrait(Synthetic.builder().build())
// .build();
// }

private static StructureShape cloneOperationShape(
ServiceShape service,
Expand Down

0 comments on commit 9533555

Please sign in to comment.