Remove redundant code.

QPair is documented to initialize members

Change-Id: I1dccfd265521ca3ca1a648b161c0a163c72e2f2e
Reviewed-by: Peter Hartmann <phartmann@blackberry.com>
Reviewed-by: Richard J. Moore <rich@kde.org>
bb10
Jędrzej Nowacki 2013-09-25 16:43:23 +00:00 committed by The Qt Project
parent 475cbed244
commit 0f3315a4dd
1 changed files with 0 additions and 2 deletions

View File

@ -528,8 +528,6 @@ static QPair<QSystemLibrary*, QSystemLibrary*> loadOpenSslWin32()
static QPair<QLibrary*, QLibrary*> loadOpenSsl()
{
QPair<QLibrary*,QLibrary*> pair;
pair.first = 0;
pair.second = 0;
# if defined(Q_OS_UNIX)
QLibrary *&libssl = pair.first;