* fhandler_netdrive.cc (fhandler_netdrive::telldir): Remove since it's
equivalent to fhandler_virtual::telldir now anyway. * fhandler.h (class fhandler_netdrive): Remove telldir.
This commit is contained in:
@ -1220,7 +1220,6 @@ class fhandler_netdrive: public fhandler_virtual
|
||||
fhandler_netdrive ();
|
||||
int exists();
|
||||
struct dirent *readdir (DIR *);
|
||||
_off64_t telldir (DIR *);
|
||||
void seekdir (DIR *, _off64_t);
|
||||
void rewinddir (DIR *);
|
||||
int closedir (DIR *);
|
||||
|
Reference in New Issue
Block a user