Skip to content

Commit

Permalink
Cleanup unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankiesz committed Nov 6, 2024
1 parent 20995e8 commit 20e6b29
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/source/Metrics/Metrics.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ STATUS getIceCandidatePairStats(PRtcPeerConnection pRtcPeerConnection, PRtcIceCa
STATUS retStatus = STATUS_SUCCESS;
BOOL locked = FALSE;
PIceAgent pIceAgent = NULL;
BOOL statsControlEnabled = FALSE;

#ifdef ENABLE_STATS_CALCULATION_CONTROL
statsControlEnabled = TRUE;
#endif

CHK((pRtcPeerConnection != NULL || pRtcIceCandidatePairStats != NULL), STATUS_NULL_ARG);
pIceAgent = ((PKvsPeerConnection) pRtcPeerConnection)->pIceAgent;
Expand Down

0 comments on commit 20e6b29

Please sign in to comment.