ntfs_volume_check_hiberfile(): remove unused variable
parent
8de4c34578
commit
8796b5ee89
|
@ -681,7 +681,7 @@ static int ntfs_volume_check_hiberfile(ntfs_volume *vol)
|
|||
{
|
||||
ntfs_inode *ni;
|
||||
ntfs_attr *na = NULL;
|
||||
int i, bytes_read, err;
|
||||
int bytes_read, err;
|
||||
char *buf = NULL;
|
||||
|
||||
ni = ntfs_hiberfile_open(vol);
|
||||
|
|
Loading…
Reference in New Issue