From 8b4bd0822066fe7282bb4b6486c0f4c44225d493 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 21 Apr 2012 19:52:11 +0000 Subject: * dtable.cc (fh_alloc): Only disallow opening of nonexistent on-disk device. * path.cc (path_conv::check): Remove PATH_KEPT_HANDLE setting. * path.h (path_types): Remove PATH_KEPT_HANDLE. (path_conv::kept_handle): Delete now-unneeded function. --- winsup/cygwin/path.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'winsup/cygwin/path.cc') 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) -- cgit v1.2.3