From 806b0694f6cf4a354872f41fb64070f428e0844b Mon Sep 17 00:00:00 2001 From: Bret Ambrose Date: Wed, 18 Sep 2024 13:52:16 -0700 Subject: [PATCH] Remove unused field --- include/aws/iot/MqttRequestResponseClient.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/aws/iot/MqttRequestResponseClient.h b/include/aws/iot/MqttRequestResponseClient.h index 3ae94f227..66d55e03f 100644 --- a/include/aws/iot/MqttRequestResponseClient.h +++ b/include/aws/iot/MqttRequestResponseClient.h @@ -167,8 +167,6 @@ namespace Aws struct AWS_CRT_CPP_API StreamingOperationOptions { - Aws::Crt::ByteCursor subscriptionTopicFilter; - SubscriptionStatusEventHandler subscriptionStatusEventHandler; };