remove dead code

this file is not built as part of the xml library for years, so the
condition was never true.

Change-Id: Ifdc044b6a8044c5093a3f7c268505527dd53f134
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
Oswald Buddenhagen 2013-10-26 10:59:54 +02:00 committed by The Qt Project
parent fc98d027c0
commit 8b61ec5796

View File

@ -41,13 +41,6 @@
#include "QtCore/qxmlstream.h"
#if defined(QT_BUILD_XML_LIB) && defined(Q_OS_MAC64)
// No need to define this in the 64-bit Mac libraries.
// Since Qt 4.4 and previous weren't supported in 64-bit, there are
// no QXmlStream* symbols to keep compatibility with
# define QT_NO_XMLSTREAM
#endif
#ifndef QT_NO_XMLSTREAM
#include "qxmlutils_p.h"