Skip to content

Commit

Permalink
Remove empty break statement
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 authored Jan 19, 2025
1 parent f8c2c20 commit e48224e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ bool taskkill(DWORD identifier, KillMethod method) {
std::to_string(identifier) + "/F";
system(command);
return true;
break;
}

case KillMethod::WMIC: {
Expand Down

0 comments on commit e48224e

Please sign in to comment.