* 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:
Corinna Vinschen
2011-05-24 15:09:08 +00:00
parent aadd41d8f1
commit d92e95d62c
4 changed files with 9 additions and 9 deletions

View File

@ -146,7 +146,6 @@ struct device;
class mount_info
{
public:
DWORD sys_mount_table_counter;
int nmounts;
mount_item mount[MAX_MOUNTS];