Skip to content

Commit

Permalink
remove zero struct
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Nov 14, 2023
1 parent ce1efbf commit 235d625
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/mqtt5_canary/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,6 @@ int main(int argc, char **argv)

ApiHandle apiHandle(allocator);
struct AppCtx appCtx = {};
AWS_ZERO_STRUCT(appCtx);
appCtx.allocator = allocator;
aws_mutex_init(&appCtx.lock);
appCtx.port = 1883;
Expand Down

0 comments on commit 235d625

Please sign in to comment.