mirror of
https://github.com/MidnightCommander/mc
synced 2025-04-04 06:02:52 +03:00
Ticket #2518: code cleanup before 4.7.5.2 release.
(tree_store_load_from): removed unused variable. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
2758599bc2
commit
777627103b
@ -187,7 +187,7 @@ tree_store_load_from (char *name)
|
||||
FILE *file;
|
||||
char buffer[MC_MAXPATHLEN + 20], oldname[MC_MAXPATHLEN];
|
||||
char *different;
|
||||
int len, common;
|
||||
int common;
|
||||
int do_load;
|
||||
|
||||
g_return_val_if_fail (name != NULL, FALSE);
|
||||
@ -237,8 +237,6 @@ tree_store_load_from (char *name)
|
||||
scanned = buffer[0] == '1';
|
||||
|
||||
lc_name = decode (buffer + 2);
|
||||
|
||||
len = strlen (lc_name);
|
||||
if (lc_name[0] != PATH_SEP)
|
||||
{
|
||||
/* Clear-text decompression */
|
||||
|
Loading…
x
Reference in New Issue
Block a user