Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitre committed Sep 1, 2024
1 parent 229d010 commit 13883c6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions commandLine/src/utils/Utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ std::string execute_popen(const char* cmd) {
auto rc = pclose(pipe);
#endif


if (rc == EXIT_SUCCESS) { // == 0

} else if (rc == EXIT_FAILURE) { // EXIT_FAILURE is not used by all programs, maybe needs some adaptation.

}
// trim last line break
result.pop_back();
return result;
Expand Down

0 comments on commit 13883c6

Please sign in to comment.