From 9eb0b09abce28b11e4915fc9c3b3e996eb19cef2 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Sun, 5 Apr 2015 12:39:14 -0700 Subject: Removed unused code on QT_STRING_UCS4 macro This isn't defined or used anywhere else. Change-Id: I9a75ad8521ae4e5cbbe5ffff13d2356883b82dbc Reviewed-by: Konstantin Ritt --- src/corelib/tools/qstring.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/corelib/tools/qstring.cpp') diff --git a/src/corelib/tools/qstring.cpp b/src/corelib/tools/qstring.cpp index e74a8eebee..a0067178ac 100644 --- a/src/corelib/tools/qstring.cpp +++ b/src/corelib/tools/qstring.cpp @@ -8379,12 +8379,6 @@ QDataStream &operator<<(QDataStream &out, const QString &str) QDataStream &operator>>(QDataStream &in, QString &str) { -#ifdef QT_QSTRING_UCS_4 -#if defined(Q_CC_GNU) -#warning "operator>> not working properly" -#endif -#endif - if (in.version() == 1) { QByteArray l; in >> l; -- cgit v1.2.3