remove accidentally checked in test version.

This commit is contained in:
Christopher Faylor 2002-06-01 02:31:53 +00:00
parent dd892d50a2
commit 548e208b82
1 changed files with 0 additions and 2 deletions

View File

@ -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; }