[svn:parrot] r42758 - trunk/config/gen/platform/win32
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Sat Nov 21 18:13:34 UTC 2009
Author: jkeenan
Date: Sat Nov 21 18:13:34 2009
New Revision: 42758
URL: https://trac.parrot.org/parrot/changeset/42758
Log:
Remove inline comment referring to resolved RT 48278.
Modified:
trunk/config/gen/platform/win32/exec.c
Modified: trunk/config/gen/platform/win32/exec.c
==============================================================================
--- trunk/config/gen/platform/win32/exec.c Sat Nov 21 18:13:11 2009 (r42757)
+++ trunk/config/gen/platform/win32/exec.c Sat Nov 21 18:13:34 2009 (r42758)
@@ -132,7 +132,6 @@
/* Get exit code. */
if (!GetExitCodeProcess(pi.hProcess, &status)) {
- /* RT #48278 njs Should call GetLastError for failure message? */
Parrot_warn(interp, PARROT_WARNINGS_PLATFORM_FLAG,
"Process completed: Failed to get exit code.");
}
More information about the parrot-commits
mailing list