We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657ab2a commit d74717bCopy full SHA for d74717b
test/src/com/rabbitmq/tools/Host.java
@@ -63,9 +63,6 @@ private static int waitForExitValue(Process pr) {
63
public static void executeCommandIgnoringErrors(String command) throws IOException
64
{
65
Process pr = executeCommandProcess(command);
66
-// String stdout = capture(pr.getInputStream());
67
-// String stderr = capture(pr.getErrorStream());
68
-
69
waitForExitValue(pr);
70
}
71
0 commit comments