fix warning

Change-Id: I7afedbf679ae1c8467eea749e79eb10f2516d039
Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
Reviewed-by: Andrew Knight <andrew.knight@digia.com>
This commit is contained in:
Joerg Bornemann 2014-03-11 15:28:14 +01:00 committed by The Qt Project
parent e6cb06a835
commit c6bb371b4b

View File

@ -80,8 +80,6 @@ bool QLocalServerPrivate::listen(const QString &requestedServerName)
bool QLocalServerPrivate::listen(qintptr socketDescriptor)
{
Q_Q(QLocalServer);
return tcpServer.setSocketDescriptor(socketDescriptor);
}