Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jul 17, 2024
1 parent 0f0595c commit 1e8cd58
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Source/AwsCommonRuntimeKit/mqtt/Mqtt5Options.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import Foundation
import AwsCMqtt
import LibNative

/// Configuration for all client topic aliasing behavior.
public class TopicAliasingOptions: CStruct {
Expand Down
1 change: 0 additions & 1 deletion Source/AwsCommonRuntimeKit/mqtt/Mqtt5Packets.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import Foundation
import AwsCHttp
import AwsCMqtt
import LibNative

/// Mqtt5 User Property
public class UserProperty: CStruct {
Expand Down
1 change: 0 additions & 1 deletion Test/AwsCommonRuntimeKitTests/mqtt/Mqtt5ClientTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import XCTest
import Foundation
import AwsCMqtt
import LibNative
@testable import AwsCommonRuntimeKit

enum MqttTestError: Error {
Expand Down

0 comments on commit 1e8cd58

Please sign in to comment.