diff options
Diffstat (limited to 'sources/shiboken2/ApiExtractor/parser/codemodel.cpp')
| -rw-r--r-- | sources/shiboken2/ApiExtractor/parser/codemodel.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sources/shiboken2/ApiExtractor/parser/codemodel.cpp b/sources/shiboken2/ApiExtractor/parser/codemodel.cpp index 5f6bcbaff..76ce333ed 100644 --- a/sources/shiboken2/ApiExtractor/parser/codemodel.cpp +++ b/sources/shiboken2/ApiExtractor/parser/codemodel.cpp @@ -494,11 +494,7 @@ void TypeInfo::formatDebug(QDebug &d) const QDebug operator<<(QDebug d, const TypeInfo &t) { QDebugStateSaver s(d); -#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0) const int verbosity = d.verbosity(); -#else - const int verbosity = 0; -#endif d.noquote(); d.nospace(); d << "TypeInfo("; |
