X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/adc2476fa213797d849ae80fa8b5fcd9eba5dc4f..87755c6ceae2efe30215281b93258f723329a677:/t_stub.c diff --git a/t_stub.c b/t_stub.c index d00d4374..db6d1fe3 100644 --- a/t_stub.c +++ b/t_stub.c @@ -3,7 +3,7 @@ * functions, so that module test harnesses can run standalone. * * Copyright (C) 2001, 2002 Martin Pool - * Copyright (C) 2003-2008 Wayne Davison + * Copyright (C) 2003-2009 Wayne Davison * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -65,11 +65,6 @@ struct filter_list_struct daemon_filter_list; return 0; } - int make_bak_dir(UNUSED(const char *fullpath)) -{ - return -1; -} - int copy_xattrs(UNUSED(const char *source), UNUSED(const char *dest)) { return -1;