Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/spawn.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc
index e5152c0e7..5d2942bef 100644
--- a/winsup/cygwin/spawn.cc
+++ b/winsup/cygwin/spawn.cc
@@ -372,7 +372,6 @@ child_info_spawn::worker (const char *prog_arg, const char *const *argv,
goto out;
}
-
wascygexec = real_path.iscygexec ();
res = newargv.fixup (prog_arg, real_path, ext, p_type_exec);