diff options
Diffstat (limited to 'share/qtcreator/cplusplus/examples')
-rw-r--r-- | share/qtcreator/cplusplus/examples/tidy_example.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/qtcreator/cplusplus/examples/tidy_example.cpp b/share/qtcreator/cplusplus/examples/tidy_example.cpp index 2b41a1e83b..dc921114ea 100644 --- a/share/qtcreator/cplusplus/examples/tidy_example.cpp +++ b/share/qtcreator/cplusplus/examples/tidy_example.cpp @@ -203,8 +203,6 @@ public: virtual bool check(bool enable = true); }; -bool Derived2:: - // performance-unnecessary-value-param void use(Base b) { |