aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/scanner/cpp/Lexer.cpp2
-rw-r--r--src/plugins/scanner/cpp/Lexer.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/scanner/cpp/Lexer.cpp b/src/plugins/scanner/cpp/Lexer.cpp
index 6bad85c5c..ebf843aca 100644
--- a/src/plugins/scanner/cpp/Lexer.cpp
+++ b/src/plugins/scanner/cpp/Lexer.cpp
@@ -69,8 +69,6 @@ Lexer::Lexer(const char *firstChar, const char *lastChar)
setSource(firstChar, lastChar);
}
-Lexer::~Lexer() = default;
-
void Lexer::setSource(const char *firstChar, const char *lastChar)
{
_firstChar = firstChar;
diff --git a/src/plugins/scanner/cpp/Lexer.h b/src/plugins/scanner/cpp/Lexer.h
index 8f55f84e9..42f733dc5 100644
--- a/src/plugins/scanner/cpp/Lexer.h
+++ b/src/plugins/scanner/cpp/Lexer.h
@@ -79,7 +79,6 @@ public:
};
Lexer(const char *firstChar, const char *lastChar);
- ~Lexer();
bool qtMocRunEnabled() const;
void setQtMocRunEnabled(bool onoff);