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:
authorChristopher Faylor <me@cgf.cx>2002-06-01 06:31:53 +0400
committerChristopher Faylor <me@cgf.cx>2002-06-01 06:31:53 +0400
commit548e208b82268e8d4411a0ca6fc3424046cdd9a9 (patch)
tree0da5f102049d89c1a7b0dddc7288d49d69774d7c /winsup/cygwin/fhandler.cc
parentdd892d50a2f3c56364a875bc7131e301145e2fb7 (diff)
remove accidentally checked in test version.
Diffstat (limited to 'winsup/cygwin/fhandler.cc')
-rw-r--r--winsup/cygwin/fhandler.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/fhandler.cc b/winsup/cygwin/fhandler.cc
index 014857023..00a8e0b0b 100644
--- a/winsup/cygwin/fhandler.cc
+++ b/winsup/cygwin/fhandler.cc
@@ -1169,5 +1169,3 @@ fhandler_base::closedir (DIR *)
set_errno (ENOTDIR);
return -1;
}
-bool fhandler_base::get_w_binary () { return FHISSETF (WBINSET) ? FHISSETF (WBINARY) : 1; }
-bool fhandler_base::get_r_binary () { return FHISSETF (RBINSET) ? FHISSETF (RBINARY) : 1; }