summaryrefslogtreecommitdiff
path: root/src/network/kernel/qhostinfo_unix.cpp
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-07-06 09:28:57 +0200
committeraxis <qt-info@nokia.com>2009-07-06 09:44:36 +0200
commit57af679669a1562d6c1d767b6a6d79835aa99a3a (patch)
tree0ccc8864e0c0e3d241da65df654072921b9511de /src/network/kernel/qhostinfo_unix.cpp
parentb11571133cd46e42a56d902b0b482235f18c3012 (diff)
downloadqt4-tools-57af679669a1562d6c1d767b6a6d79835aa99a3a.tar.gz
Removed unused static data from Qt.
This saves memory and prevents warnings from RVCT.
Diffstat (limited to 'src/network/kernel/qhostinfo_unix.cpp')
-rw-r--r--src/network/kernel/qhostinfo_unix.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/network/kernel/qhostinfo_unix.cpp b/src/network/kernel/qhostinfo_unix.cpp
index 6820d53a39..876d167bdd 100644
--- a/src/network/kernel/qhostinfo_unix.cpp
+++ b/src/network/kernel/qhostinfo_unix.cpp
@@ -41,8 +41,6 @@
//#define QHOSTINFO_DEBUG
-static const int RESOLVER_TIMEOUT = 2000;
-
#include "qplatformdefs.h"
#include "qhostinfo_p.h"