Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
kiel-apple committed Aug 13, 2024
1 parent 0d59aa1 commit 83bb862
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/darwin/Framework/CHIP/MTRDeviceController_Concrete.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ typedef void (^MTRDeviceConnectionCallback)(MTRBaseDevice * _Nullable device, NS

@interface MTRDeviceController_Concrete : MTRDeviceController

/**
* Controllers are created via the MTRDeviceControllerFactory object or
* initialized via initWithParameters:error:.
*/
//- (instancetype)init NS_UNAVAILABLE;
//+ (instancetype)new NS_UNAVAILABLE;

/**
* Initialize a device controller with the provided parameters. This will:
*
Expand Down

0 comments on commit 83bb862

Please sign in to comment.