singlesocket: remove dead code
authorDaniel Stenberg <daniel@haxx.se>
Tue, 12 Jun 2012 21:04:04 +0000 (23:04 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 12 Jun 2012 21:04:04 +0000 (23:04 +0200)
commitc13af843727c06ffec1031129ec5c30dfcd5066e
tree68a43fb84e00f625288afdf4b91f5d56ccf30c7b
parent47c1bf9e439ee9dcc3cca263f5e21c3972fe64f3
singlesocket: remove dead code

No need to check if 'entry' is non-NULL in a spot where it is already checked
and guaranteed to be non-NULL.

(Spotted by a Coverity scan)
lib/multi.c