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:
parent
fc98d027c0
commit
8b61ec5796
@ -41,13 +41,6 @@
|
|||||||
|
|
||||||
#include "QtCore/qxmlstream.h"
|
#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
|
#ifndef QT_NO_XMLSTREAM
|
||||||
|
|
||||||
#include "qxmlutils_p.h"
|
#include "qxmlutils_p.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user