summaryrefslogtreecommitdiffstats
path: root/src/tools/tqstring.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/tqstring.cpp')
-rw-r--r--src/tools/tqstring.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tools/tqstring.cpp b/src/tools/tqstring.cpp
index ae95bcaf0..cec2ca61a 100644
--- a/src/tools/tqstring.cpp
+++ b/src/tools/tqstring.cpp
@@ -6421,11 +6421,6 @@ TQDataStream &operator<<( TQDataStream &s, const TQString &str )
TQDataStream &operator>>( TQDataStream &s, TQString &str )
{
-#ifdef QT_QSTRING_UCS_4
-#if defined(Q_CC_GNU)
-#warning "operator>> not working properly"
-#endif
-#endif
if ( s.version() == 1 ) {
TQCString l;
s >> l;