mirror of https://github.com/buggins/dlangide.git
Removed unused function
This commit is contained in:
parent
158d1f1442
commit
7d59862c2b
|
@ -125,17 +125,4 @@ class DCDInterface {
|
|||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
bool execute(char[][] arguments ,ref dstring output, dstring input) {
|
||||
//TODO: Working Directory, where is that?
|
||||
//TODO: Inform user when dcd-client is not available.
|
||||
dcdProcess.run("dcd-client".dup, arguments, "/usr/bin".dup, stdoutTarget);
|
||||
dcdProcess.write(input);
|
||||
|
||||
while(dcdProcess.poll() == ExternalProcessState.Running){ }
|
||||
|
||||
output = stdoutTarget.readText();
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue