summaryrefslogtreecommitdiff
path: root/src/processrunner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/processrunner.h')
-rw-r--r--src/processrunner.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/processrunner.h b/src/processrunner.h
index d9423893..28f4da75 100644
--- a/src/processrunner.h
+++ b/src/processrunner.h
@@ -80,9 +80,6 @@ private:
bool waitForProcessCompletionWithLock(HANDLE handle, LPDWORD exitCode);
- bool waitForProcessCompletion(
- HANDLE handle, LPDWORD exitCode, ILockedWaitingForProcess* uilock);
-
bool waitForAllUSVFSProcesses(ILockedWaitingForProcess* uilock);
};