From fcbfeb99db078da97f3f2483b82a55d4c5cb11e5 Mon Sep 17 00:00:00 2001 From: cxl Date: Tue, 20 Jan 2015 19:48:12 +0000 Subject: [PATCH] .cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@8075 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/LocalProcess.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/uppsrc/Core/LocalProcess.cpp b/uppsrc/Core/LocalProcess.cpp index e5c8b90ae..640f8794e 100644 --- a/uppsrc/Core/LocalProcess.cpp +++ b/uppsrc/Core/LocalProcess.cpp @@ -163,7 +163,6 @@ bool LocalProcess::DoStart(const char *command, const Vector *arg, bool else { Free(); return false; -// throw Exc(NFormat("Error running process: %s\nCommand: %s", GetErrorMessage(GetLastError()), command)); } return true; #endif