.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@8075 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-01-20 19:48:12 +00:00
parent 57cfc36721
commit fcbfeb99db

View file

@ -163,7 +163,6 @@ bool LocalProcess::DoStart(const char *command, const Vector<String> *arg, bool
else {
Free();
return false;
// throw Exc(NFormat("Error running process: %s\nCommand: %s", GetErrorMessage(GetLastError()), command));
}
return true;
#endif