Skip to content

Commit

Permalink
cleanup 3
Browse files Browse the repository at this point in the history
  • Loading branch information
niyatim23 committed Sep 11, 2024
1 parent a545227 commit a786a77
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/client/src/Client.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ STATUS createKinesisVideoClient(PDeviceInfo pDeviceInfo, PClientCallbacks pClien

// Report the creation after the validation as we might have the overwritten logger.
DLOGI("Creating Kinesis Video Client");
CHK_STATUS(validateClientCallbacks(pDeviceInfo, pClientCallbacks));

// Get the max tags structure size
CHK_STATUS(packageTags(pDeviceInfo->tagCount, pDeviceInfo->tags, 0, NULL, &tagsSize));
Expand Down
1 change: 0 additions & 1 deletion src/client/src/StreamState.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ STATUS iterateStreamStateMachine(PKinesisVideoStream pKinesisVideoStream)

CHK(pKinesisVideoStream != NULL, STATUS_NULL_ARG);
pStateMachine = pKinesisVideoStream->base.pStateMachine;

CHK(pStateMachine != NULL, STATUS_NULL_ARG);

do {
Expand Down

0 comments on commit a786a77

Please sign in to comment.