Skip to content

Commit

Permalink
remove uneccessary AWS_ASSERT()
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Jun 17, 2024
1 parent 7e9f895 commit 1da2903
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/secure_tunneling.c
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,6 @@ void s_secure_tunneling_websocket_transform_complete_task_fn(
error_code = aws_last_error();
}
} else {
AWS_ASSERT(secure_tunnel->desired_state != AWS_STS_CONNECTED);
error_code = AWS_ERROR_IOTDEVICE_SECURE_TUNNELING_USER_REQUESTED_STOP;
}
}
Expand Down

0 comments on commit 1da2903

Please sign in to comment.