From 8796b5ee89b98c12bb96ab6f3b36aba8c4670e86 Mon Sep 17 00:00:00 2001 From: szaka Date: Wed, 26 Sep 2007 19:20:10 +0000 Subject: [PATCH] ntfs_volume_check_hiberfile(): remove unused variable --- libntfs-3g/volume.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libntfs-3g/volume.c b/libntfs-3g/volume.c index 1a147dbb..030640da 100644 --- a/libntfs-3g/volume.c +++ b/libntfs-3g/volume.c @@ -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);