X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/fbc0bc4d53b6cffeaa17d96d18f2e87544cc3156..42d4edc06740cab0cc2daec74c23aff3834534dc:/log.c diff --git a/log.c b/log.c index 3ffd3e28..34ff6d3d 100644 --- a/log.c +++ b/log.c @@ -572,17 +572,3 @@ void log_exit(int code, const char *file, int line) name, code, file, line); } } - -/* - * Log the incoming transfer of a file for interactive use, - * this will be called at the end where the client was run. - * Called when a file starts to be transferred. - */ -void log_transfer(struct file_struct *file, const char *fname) -{ - extern int verbose; - - if (!verbose) return; - - rprintf(FINFO, "%s\n", fname); -}