Coverity: Remove unreachable code.

This commit is contained in:
Richard W.M. Jones
2011-06-08 21:53:07 +01:00
parent bfc02f78f3
commit 9160eec4fb
4 changed files with 0 additions and 12 deletions

View File

@@ -86,8 +86,6 @@ do_base64_in (const char *file)
}
if (pclose (fp) != 0) {
if (r == -1) /* if r == 0, file transfer ended already */
cancel_receive ();
reply_with_error ("base64 subcommand failed on file: %s", file);
return -1;
}