X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/b45b059a3dcfcf835a8925c23240a3a49311ca44..6969ebcfcfa9382ce2a845e1b462d26de12c0c36:/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); -}