1
1

* vfs.h (ftpfs_hint_reread): Remove, it's unused.

Этот коммит содержится в:
Pavel Roskin 2003-10-11 20:58:22 +00:00
родитель 6e6fd9b352
Коммит 4de9d4d10e
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,5 +1,7 @@
2003-10-11 Pavel Roskin <proski@gnu.org>
* vfs.h (ftpfs_hint_reread): Remove, it's unused.
* vfs.c (vfs_add_noncurrent_stamps): Call vfs_rm_parents() at
the end. Change all callers not to call it.
(vfs_rm_parents): Make static.

Просмотреть файл

@ -155,12 +155,10 @@ char *vfs_translate_url (const char *);
void ftpfs_set_debug (const char *file);
#ifdef USE_NETCODE
void ftpfs_hint_reread (int reread);
void ftpfs_flushdir (void);
extern int use_netrc;
#else
# define ftpfs_flushdir()
# define ftpfs_hint_reread(x)
#endif
/* Only the routines outside of the VFS module need the emulation macros */