diff options
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r-- | winsup/cygwin/path.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index 0a2380b9c..3524c0cc0 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -1152,9 +1152,6 @@ out: if (opt & PC_CTTY) path_flags |= PATH_CTTY; - if (opt & PC_KEEP_HANDLE) - path_flags |= PATH_KEPT_HANDLE; - if ((opt & PC_POSIX)) { if (tail < path_end && tail > path_copy + 1) |