Skip to content

Commit 2aa95e8

Browse files
committed
remove pragma
1 parent e109439 commit 2aa95e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ServiceControl.Transports.SQS/SQSTransportCustomization.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ protected override SqsTransport CreateTransport(TransportSettings transportSetti
7171
snsClient = new AmazonSimpleNotificationServiceClient();
7272
}
7373

74-
#pragma warning disable NSBSQSEXP0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
7574
var transport = new SqsTransport(sqsClient, snsClient, disableUnrestrictedDelayedDelivery: true);
76-
#pragma warning restore NSBSQSEXP0001
7775

7876
if (!string.IsNullOrEmpty(builder.QueueNamePrefix))
7977
{

0 commit comments

Comments
 (0)