* mount.cc (mount_info::conv_to_win32_path): Remove unused code.
* mount.h (class mount_info): Remove sys_mount_table_counter member. * shared_info.h (class shared_info): Ditto. (CURR_SHARED_MAGIC): Update.
This commit is contained in:
@ -558,12 +558,7 @@ mount_info::conv_to_win32_path (const char *src_path, char *dst, device& dev,
|
||||
unsigned *flags)
|
||||
{
|
||||
bool chroot_ok = !cygheap->root.exists ();
|
||||
while (sys_mount_table_counter < cygwin_shared->sys_mount_table_counter)
|
||||
{
|
||||
int current = cygwin_shared->sys_mount_table_counter;
|
||||
init ();
|
||||
sys_mount_table_counter = current;
|
||||
}
|
||||
|
||||
MALLOC_CHECK;
|
||||
|
||||
dev.devn = FH_FS;
|
||||
|
Reference in New Issue
Block a user