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:
authorCorinna Vinschen <corinna@vinschen.de>2003-02-20 18:58:55 +0300
committerCorinna Vinschen <corinna@vinschen.de>2003-02-20 18:58:55 +0300
commit892d89627472a912e60a66d1b3e363de5d5ac3ab (patch)
tree3440890e9d9f40a627c8ceb5a9a5c2c0559769fd /winsup/cygwin/wincap.h
parentea192e195df8d42a7134968afbd077270db88b0a (diff)
* wincap.h (wincap): Remove unnecessary definition of
supports_sparse_files. * wincap.cc: Ditto.
Diffstat (limited to 'winsup/cygwin/wincap.h')
-rw-r--r--winsup/cygwin/wincap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/wincap.h b/winsup/cygwin/wincap.h
index ab3fcff4a..a89f0a5ad 100644
--- a/winsup/cygwin/wincap.h
+++ b/winsup/cygwin/wincap.h
@@ -49,7 +49,6 @@ struct wincaps
unsigned has_process_io_counters : 1;
unsigned supports_reading_modem_output_lines : 1;
unsigned needs_memory_protection : 1;
- unsigned supports_sparse_files : 1;
};
class wincapc
@@ -103,7 +102,6 @@ public:
bool IMPLEMENT (has_process_io_counters)
bool IMPLEMENT (supports_reading_modem_output_lines)
bool IMPLEMENT (needs_memory_protection)
- bool IMPLEMENT (supports_sparse_files)
#undef IMPLEMENT
};