aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2022-10-14 09:28:04 +0200
committerMarc Mutz <marc.mutz@qt.io>2022-10-20 23:59:33 +0200
commitedff508f75afd6cc1d569b024e79c071dce014eb (patch)
tree6debbd4e2c6b23dc80cb678048f801fee5867e83 /tools
parent534241f723161ab79d9a85b2c8145d571f0d99f9 (diff)
Clean up comments after porting to Q_UNREACHABLE_RETURN()
These are no longer needed. Change-Id: Id923f71e3452c7ac78a03ea5defeed4b189dc799 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/qmltc/qmltcvisitor.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/qmltc/qmltcvisitor.cpp b/tools/qmltc/qmltcvisitor.cpp
index 504ccbf159..a5050b3bde 100644
--- a/tools/qmltc/qmltcvisitor.cpp
+++ b/tools/qmltc/qmltcvisitor.cpp
@@ -350,8 +350,6 @@ QQmlJSScope::ConstPtr fetchType(const QQmlJSMetaPropertyBinding &binding)
default:
return {};
}
- // coverity complains about the unreachable return below,
- // some compilers; some compilers complain without it
Q_UNREACHABLE_RETURN({});
}