Drop unused path_conv::ndisk_links method

* fhandler_disk_file.cc (path_conv::ndisk_links): Drop unused method.
        (fhandler_base::fstat_helper): Drop unused call to ndisk_links.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen
2015-12-09 23:56:47 +01:00
parent ab73edc056
commit a0e7563eb0
3 changed files with 5 additions and 89 deletions

View File

@@ -396,9 +396,6 @@ class path_conv
void close_conv_handle () { conv_handle.close (); }
ino_t get_ino_by_handle (HANDLE h);
#if 0 /* obsolete, method still exists in fhandler_disk_file.cc */
unsigned __stdcall ndisk_links (DWORD);
#endif
inline const char *get_posix () const { return posix_path; }
void __reg2 set_posix (const char *);
DWORD get_symlink_length () { return symlink_length; };