Commit 65d0a49f authored by Andrew Tridgell's avatar Andrew Tridgell

removed spurious error message

parent 6a48ca56
......@@ -43,7 +43,7 @@ void free_sums(struct sum_struct *s)
/*
* delete a file or directory. If force_delet is set then delete
* delete a file or directory. If force_delete is set then delete
* recursively
*/
int delete_file(char *fname)
......@@ -62,7 +62,6 @@ int delete_file(char *fname)
ret = do_stat(fname, &st);
#endif
if (ret) {
rprintf(FERROR,"stat(%s) : %s\n", fname, strerror(errno));
return -1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment