aboutsummaryrefslogtreecommitdiffstats
path: root/flist.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-04-21 16:36:30 +0000
committerWayne Davison <wayned@samba.org>2006-04-21 16:36:30 +0000
commitf4ea5f47dceb38fc0893cf7f203950c5496bdf6c (patch)
tree461dff84b97575dcd7cc37ac659343621d733fc7 /flist.c
parent62ae66d43bfc48bbbfb35b5feac167338daec577 (diff)
downloadandroid_external_rsync-f4ea5f47dceb38fc0893cf7f203950c5496bdf6c.tar.gz
android_external_rsync-f4ea5f47dceb38fc0893cf7f203950c5496bdf6c.tar.bz2
android_external_rsync-f4ea5f47dceb38fc0893cf7f203950c5496bdf6c.zip
Got rid of the setting of io_write_phase.
Diffstat (limited to 'flist.c')
-rw-r--r--flist.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/flist.c b/flist.c
index 4415a834..56e742c0 100644
--- a/flist.c
+++ b/flist.c
@@ -57,7 +57,6 @@ extern int copy_links;
extern int copy_unsafe_links;
extern int protocol_version;
extern int sanitize_paths;
-extern const char *io_write_phase;
extern struct stats stats;
extern struct file_list *the_file_list;
@@ -334,8 +333,6 @@ static void send_file_entry(struct file_struct *file, int f)
return;
}
- io_write_phase = "send_file_entry";
-
f_name(file, fname);
flags = file->flags & XMIT_TOP_DIR;
@@ -487,8 +484,6 @@ static void send_file_entry(struct file_struct *file, int f)
}
strlcpy(lastname, fname, MAXPATHLEN);
-
- io_write_phase = "unknown";
}
static struct file_struct *receive_file_entry(struct file_list *flist,