ntfs_volume_check_hiberfile(): remove unused variable

master
szaka 2007-09-26 19:20:10 +00:00
parent 8de4c34578
commit 8796b5ee89
1 changed files with 1 additions and 1 deletions

View File

@ -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);