diff --git a/examples/darwin-framework-tool/commands/common/CHIPCommandBridge.mm b/examples/darwin-framework-tool/commands/common/CHIPCommandBridge.mm index 613a7737181b52..7294df0c8a5ad9 100644 --- a/examples/darwin-framework-tool/commands/common/CHIPCommandBridge.mm +++ b/examples/darwin-framework-tool/commands/common/CHIPCommandBridge.mm @@ -26,7 +26,6 @@ #include "MTRError_Utils.h" -const uint16_t kListenPort = 5541; static CHIPToolPersistentStorageDelegate * storage = nil; std::set CHIPCommandBridge::sDeferredCleanups; std::map CHIPCommandBridge::mControllers; @@ -118,7 +117,6 @@ } auto params = [[MTRDeviceControllerFactoryParams alloc] initWithStorage:storage]; - params.port = @(kListenPort); params.shouldStartServer = YES; params.otaProviderDelegate = mOTADelegate; NSArray * paaCertResults;