From 0b919969cebeeb531a45dc4a95871cc279343281 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Tue, 22 Jan 2019 15:52:49 +0100 Subject: Inline various simple methods in QDoc Change-Id: Ie2ea694bd319f483e9a70f5934031028e0894976 Reviewed-by: Paul Wicking --- src/qdoc/cppcodeparser.cpp | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/qdoc/cppcodeparser.cpp') diff --git a/src/qdoc/cppcodeparser.cpp b/src/qdoc/cppcodeparser.cpp index 20341b769..0904ebc4e 100644 --- a/src/qdoc/cppcodeparser.cpp +++ b/src/qdoc/cppcodeparser.cpp @@ -119,14 +119,6 @@ CppCodeParser::CppCodeParser() } } -/*! - The destructor is trivial. - */ -CppCodeParser::~CppCodeParser() -{ - // nothing. -} - /*! The constructor initializes a map of special node types for identifying important nodes. And it initializes @@ -183,14 +175,6 @@ void CppCodeParser::terminateParser() CodeParser::terminateParser(); } -/*! - Returns "Cpp". - */ -QString CppCodeParser::language() -{ - return "Cpp"; -} - /*! Returns a list of extensions for header files. */ -- cgit v1.2.1