Skip to content

Commit

Permalink
Removed unneeded for loop
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikReider committed Aug 28, 2021
1 parent 920969b commit ae7bec6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,5 @@ int main(int argc, char *argv[]) {
connect(mainloop, mainloop_api, SUBSCRIPTION_TYPE_SOURCE,
PA_SUBSCRIPTION_MASK_SOURCE, json);
}

for (;;) {
}

return 0;
}

0 comments on commit ae7bec6

Please sign in to comment.