diff options
Diffstat (limited to 'winsup/cygwin/wincap.h')
-rw-r--r-- | winsup/cygwin/wincap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/wincap.h b/winsup/cygwin/wincap.h index 2879b63b2..03b2213ba 100644 --- a/winsup/cygwin/wincap.h +++ b/winsup/cygwin/wincap.h @@ -16,7 +16,6 @@ struct wincaps unsigned is_server : 1; unsigned has_mandatory_integrity_control : 1; unsigned needs_count_in_si_lpres2 : 1; - unsigned has_recycle_dot_bin : 1; unsigned has_gaa_on_link_prefix : 1; unsigned has_gaa_largeaddress_bug : 1; unsigned supports_all_posix_ai_flags : 1; @@ -76,7 +75,6 @@ public: bool IMPLEMENT (is_server) bool IMPLEMENT (has_mandatory_integrity_control) bool IMPLEMENT (needs_count_in_si_lpres2) - bool IMPLEMENT (has_recycle_dot_bin) bool IMPLEMENT (has_gaa_on_link_prefix) bool IMPLEMENT (has_gaa_largeaddress_bug) bool IMPLEMENT (supports_all_posix_ai_flags) |