mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Remove fish_which().
This commit is contained in:
parent
15f131afc9
commit
70ec6bbd26
@ -1,6 +1,6 @@
|
||||
2002-11-12 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* fish.c (fish_which): Make static.
|
||||
* fish.c (fish_which): Remove.
|
||||
|
||||
2002-11-12 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||
|
||||
|
12
vfs/fish.c
12
vfs/fish.c
@ -323,18 +323,6 @@ archive_same(vfs *me, vfs_s_super *super, char *archive_name, char *op, void *co
|
||||
return flags;
|
||||
}
|
||||
|
||||
static int
|
||||
fish_which (vfs *me, char *path)
|
||||
{
|
||||
if (!strncmp (path, "/#sh:", 5))
|
||||
return 1;
|
||||
if (!strncmp (path, "/#ssh:", 6))
|
||||
return 1;
|
||||
if (!strncmp (path, "/#rsh:", 6))
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
dir_uptodate(vfs *me, vfs_s_inode *ino)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user