summaryrefslogtreecommitdiffstats
path: root/src/tools/qiodevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qiodevice.cpp')
-rw-r--r--src/tools/qiodevice.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tools/qiodevice.cpp b/src/tools/qiodevice.cpp
index 4f89ddea1..cf069aa22 100644
--- a/src/tools/qiodevice.cpp
+++ b/src/tools/qiodevice.cpp
@@ -568,11 +568,7 @@ bool TQIODevice::at( Offset pos )
{
#if defined(QT_CHECK_RANGE)
if ( pos > size() ) {
-#if defined(QT_ABI_QT4)
- tqWarning( "TQIODevice::at: Index %lld out of range", pos );
-#else
tqWarning( "TQIODevice::at: Index %lu out of range", pos );
-#endif
return FALSE;
}
#endif