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

This commit is contained in:
Pavel Roskin 2003-10-11 20:58:22 +00:00
parent 6e6fd9b352
commit 4de9d4d10e
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2003-10-11 Pavel Roskin <proski@gnu.org> 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 * vfs.c (vfs_add_noncurrent_stamps): Call vfs_rm_parents() at
the end. Change all callers not to call it. the end. Change all callers not to call it.
(vfs_rm_parents): Make static. (vfs_rm_parents): Make static.

View File

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