diff options
author | axis <qt-info@nokia.com> | 2009-07-06 07:28:57 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-07-06 07:44:36 (GMT) |
commit | 57af679669a1562d6c1d767b6a6d79835aa99a3a (patch) | |
tree | 0ccc8864e0c0e3d241da65df654072921b9511de /src/network/kernel | |
parent | b11571133cd46e42a56d902b0b482235f18c3012 (diff) | |
download | Qt-57af679669a1562d6c1d767b6a6d79835aa99a3a.zip Qt-57af679669a1562d6c1d767b6a6d79835aa99a3a.tar.gz Qt-57af679669a1562d6c1d767b6a6d79835aa99a3a.tar.bz2 |
Removed unused static data from Qt.
This saves memory and prevents warnings from RVCT.
Diffstat (limited to 'src/network/kernel')
-rw-r--r-- | src/network/kernel/qhostinfo_unix.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/network/kernel/qhostinfo_unix.cpp b/src/network/kernel/qhostinfo_unix.cpp index 6820d53..876d167 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" |