oleaut32: Remove deadcode in SafeArrayPutElement.
commitf74dfe31825a9a9d71da5aadd24211048d1ad116
authorRobert Shearman <rob@codeweavers.com>
Fri, 7 Apr 2006 10:17:29 +0000 (7 11:17 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 7 Apr 2006 11:09:08 +0000 (7 13:09 +0200)
tree288815ff0d0b0b2d3e9af0f0ab7aad3e561cb063
parent7a3df4d097a2f9f2f2362196cc174b436a7cab0d
oleaut32: Remove deadcode in SafeArrayPutElement.

Remove deadcode in SafeArrayPutElement, as lpBstr cannot be NULL
because of the check at the top of the function on pvData (found by
Coverity).
dlls/oleaut32/safearray.c