diff options
author | Christophe Grenier <[email protected]> | 2012-04-14 11:13:55 +0200 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2012-04-14 11:13:55 +0200 |
commit | 23f85f95311eebfa0f6c9c7c1cf75fd67084d48e (patch) | |
tree | 7937b345b20df13936e035f1341aaaa67a902dc0 /src/testdisk.c | |
parent | 7d29ee5f1ef40171054886beefe39527f144dbc2 (diff) |
code cleanup: remove unused but set variables
Diffstat (limited to 'src/testdisk.c')
-rw-r--r-- | src/testdisk.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testdisk.c b/src/testdisk.c index 37c23a6f..b044c7da 100644 --- a/src/testdisk.c +++ b/src/testdisk.c @@ -289,7 +289,6 @@ int main( int argc, char **argv ) for(element_disk=list_disk;element_disk!=NULL;element_disk=element_disk->next) { disk_t *disk=element_disk->disk; - const int hpa_dco=is_hpa_or_dco(disk); autodetect_arch(disk, NULL); if(unit==UNIT_DEFAULT) autoset_unit(disk); |