From 4de9d4d10e0982f3fcb5ee0bfa3f7b5dc6abbce4 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sat, 11 Oct 2003 20:58:22 +0000 Subject: [PATCH] * vfs.h (ftpfs_hint_reread): Remove, it's unused. --- vfs/ChangeLog | 2 ++ vfs/vfs.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vfs/ChangeLog b/vfs/ChangeLog index 54269c045..52926df60 100644 --- a/vfs/ChangeLog +++ b/vfs/ChangeLog @@ -1,5 +1,7 @@ 2003-10-11 Pavel Roskin + * 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. diff --git a/vfs/vfs.h b/vfs/vfs.h index 67bd55281..c432b170d 100644 --- a/vfs/vfs.h +++ b/vfs/vfs.h @@ -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 */