diff options
Diffstat (limited to 'src/utils/process.cpp')
-rw-r--r-- | src/utils/process.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/process.cpp b/src/utils/process.cpp index 54f85b066..b02874b0d 100644 --- a/src/utils/process.cpp +++ b/src/utils/process.cpp @@ -202,8 +202,6 @@ int execFileWait(std::string pathName, std::string name, bool execFile(std::string pathName, std::string name, std::string arg1, std::string arg2) { - int status; - pid_t pid; if ((pid = fork()) == -1) { // fork error |