remove accidentally checked in test version.
This commit is contained in:
parent
dd892d50a2
commit
548e208b82
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue