summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentationFormatter.cxx
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2022-08-23 03:55:30 (GMT)
committerAlex Turbov <i.zaufi@gmail.com>2022-11-17 12:23:35 (GMT)
commit3be0d77cc4ae10506fb513987067e9515169a401 (patch)
treefe08f37b0c7ff967e372c8e6e17d04750c4cb71b /Source/cmDocumentationFormatter.cxx
parent3bff44ffd3b37ba1e46205f66ac03d3363fddc51 (diff)
downloadCMake-3be0d77cc4ae10506fb513987067e9515169a401.zip
CMake-3be0d77cc4ae10506fb513987067e9515169a401.tar.gz
CMake-3be0d77cc4ae10506fb513987067e9515169a401.tar.bz2
cmDocumentationFormatter.h: No need `virtual` methods
Can be added later it really need. Also, drop ctor/dtor to make the class trivially destructable.
Diffstat (limited to 'Source/cmDocumentationFormatter.cxx')
-rw-r--r--Source/cmDocumentationFormatter.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmDocumentationFormatter.cxx b/Source/cmDocumentationFormatter.cxx
index fdc6304..5773362 100644
--- a/Source/cmDocumentationFormatter.cxx
+++ b/Source/cmDocumentationFormatter.cxx
@@ -11,10 +11,6 @@
#include "cmDocumentationEntry.h"
#include "cmDocumentationSection.h"
-cmDocumentationFormatter::cmDocumentationFormatter() = default;
-
-cmDocumentationFormatter::~cmDocumentationFormatter() = default;
-
void cmDocumentationFormatter::PrintFormatted(std::ostream& os,
const char* text)
{