From 95335551264f8cb6a701a986dca5b09a7c5165ff Mon Sep 17 00:00:00 2001 From: Shubham Chaturvedi Date: Thu, 24 Oct 2024 11:04:02 -0700 Subject: [PATCH] Update codegen/smithy-dafny-codegen/src/main/java/software/amazon/polymorph/smithygo/codegen/AddOperationShapes.java Co-authored-by: Lucas McDonald --- .../polymorph/smithygo/codegen/AddOperationShapes.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/codegen/smithy-dafny-codegen/src/main/java/software/amazon/polymorph/smithygo/codegen/AddOperationShapes.java b/codegen/smithy-dafny-codegen/src/main/java/software/amazon/polymorph/smithygo/codegen/AddOperationShapes.java index bd63a39ed..36b42aa12 100644 --- a/codegen/smithy-dafny-codegen/src/main/java/software/amazon/polymorph/smithygo/codegen/AddOperationShapes.java +++ b/codegen/smithy-dafny-codegen/src/main/java/software/amazon/polymorph/smithygo/codegen/AddOperationShapes.java @@ -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,