Removed linux warning

This commit is contained in:
Ceetron
2013-09-27 14:22:21 +02:00
parent b0761d0612
commit 571c4f85c0

View File

@@ -5,8 +5,6 @@
void getGridProperty(NDArray& propertyFrames, const QString &serverName, quint16 serverPort,
const int& caseId, int gridIdx, QString propertyName, const int32NDArray& requestedTimeSteps, QString porosityModel)
{
const int Timeout = riOctavePlugin::shortTimeOutMilliSecs;
QTcpSocket socket;
socket.connectToHost(serverName, serverPort);