Skip to content

Commit

Permalink
Drop unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Jun 28, 2022
1 parent 4a84c3e commit 7726aed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/controller/python/chip/server/ServerInit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,6 @@ void pychip_server_native_init()

// parts from ChipLinuxAppMainLoop

uint16_t securePort = CHIP_PORT;
uint16_t unsecurePort = CHIP_UDC_PORT;

// Init ZCL Data Model and CHIP App Server
static chip::CommonCaseDeviceServerInitParams initParams;
(void) initParams.InitializeStaticResourcesBeforeServerInit();
Expand Down

0 comments on commit 7726aed

Please sign in to comment.