Remove redundant null checks for arguments to sftp_{get,put}_file
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 11 Jul 2013 17:24:10 +0000 (17:24 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 11 Jul 2013 17:24:10 +0000 (17:24 +0000)
commit9711e33312f162133098568f408fc5165cf7e06d
tree712cb9799236787644c7fbe2520ab6ef2cc7995a
parente7ca473e61abe08456d2cfc7eed9e118c950e884
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
psftp.c