Got rid of some unused externs.
This commit is contained in:
5
main.c
5
main.c
@@ -46,11 +46,8 @@ extern int keep_dirlinks;
|
||||
extern int preserve_hard_links;
|
||||
extern int protocol_version;
|
||||
extern int recurse;
|
||||
extern int fuzzy_basis;
|
||||
extern int relative_paths;
|
||||
extern int rsync_port;
|
||||
extern int inplace;
|
||||
extern int make_backups;
|
||||
extern int whole_file;
|
||||
extern int read_batch;
|
||||
extern int write_batch;
|
||||
@@ -60,8 +57,6 @@ extern int filesfrom_fd;
|
||||
extern pid_t cleanup_child_pid;
|
||||
extern struct stats stats;
|
||||
extern char *filesfrom_host;
|
||||
extern char *partial_dir;
|
||||
extern char *basis_dir[];
|
||||
extern char *rsync_path;
|
||||
extern char *shell_cmd;
|
||||
extern char *batch_name;
|
||||
|
||||
Reference in New Issue
Block a user