mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
* archival/tar.c (tar_main): Remove unused variable.
This commit is contained in:
parent
038cbc7442
commit
b75b6e2c35
@ -583,7 +583,6 @@ int tar_main(int argc, char **argv)
|
||||
char **exclude_list = NULL;
|
||||
char *src_filename = NULL;
|
||||
char *dst_prefix = NULL;
|
||||
char *file_list_name = NULL;
|
||||
int opt;
|
||||
unsigned short untar_funct = 0;
|
||||
unsigned short untar_funct_required = 0;
|
||||
@ -738,9 +737,6 @@ int tar_main(int argc, char **argv)
|
||||
if (src_filename) {
|
||||
free(src_filename);
|
||||
}
|
||||
if (file_list_name) {
|
||||
free(file_list_name);
|
||||
}
|
||||
#endif
|
||||
return(EXIT_SUCCESS);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user