Drop unused code
These defines are never used; maybe a remnant from Qt 4? Change-Id: Ieb12e629493e5483ca5ab84577569610eceb9417 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
parent
327b305e95
commit
1ed9cc2a93
@ -54,22 +54,6 @@
|
||||
#include "qlocale_p.h"
|
||||
#include "qstring.h"
|
||||
|
||||
#if !defined(QT_QLOCALE_NEEDS_VOLATILE)
|
||||
# if defined(Q_CC_GNU)
|
||||
# if __GNUC__ == 4
|
||||
# define QT_QLOCALE_NEEDS_VOLATILE
|
||||
# elif defined(Q_OS_WIN)
|
||||
# define QT_QLOCALE_NEEDS_VOLATILE
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(QT_QLOCALE_NEEDS_VOLATILE)
|
||||
# define NEEDS_VOLATILE volatile
|
||||
#else
|
||||
# define NEEDS_VOLATILE
|
||||
#endif
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
enum StrayCharacterMode {
|
||||
|
Loading…
x
Reference in New Issue
Block a user