libinstaller/fat.c: remove variables set but not used
authorH. Peter Anvin <hpa@zytor.com>
Wed, 16 Mar 2011 20:10:36 +0000 (13:10 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 16 Mar 2011 20:10:36 +0000 (13:10 -0700)
commit0fb43d695ff3fcb32b82e4bace0f04b7cfada500
tree051bfe09827c2cac47f8cc053b1fa40160e5b6ab
parent6f39c9f0d165791e333550061805531b81a19597
libinstaller/fat.c: remove variables set but not used

gcc 4.6 warns on variables set but not used, so remove them.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
libinstaller/fat.c