From: simon Date: Thu, 11 Jul 2013 17:24:10 +0000 (+0000) Subject: Remove redundant null checks for arguments to sftp_{get,put}_file X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/9711e33312f162133098568f408fc5165cf7e06d?hp=9711e33312f162133098568f408fc5165cf7e06d Remove redundant null checks for arguments to sftp_{get,put}_file which are (a) never NULL anyway, and (b) have already been dereferenced by the time we make those checks so it would be too late if they were. git-svn-id: svn://svn.tartarus.org/sgt/putty@9906 cda61777-01e9-0310-a592-d414129be87e ---