mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
vfs/fish.c: removed unused variable
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
This commit is contained in:
parent
179e516c2a
commit
b933da347e
@ -1061,8 +1061,6 @@ static int fish_unlink (struct vfs_class *me, const char *path)
|
||||
|
||||
static int fish_exists (struct vfs_class *me, const char *path)
|
||||
{
|
||||
int ret_code;
|
||||
|
||||
PREFIX
|
||||
|
||||
g_snprintf(buf, sizeof(buf),
|
||||
|
Loading…
Reference in New Issue
Block a user