diff options
Diffstat (limited to 'Source/cmConsoleBuf.cxx')
-rw-r--r-- | Source/cmConsoleBuf.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmConsoleBuf.cxx b/Source/cmConsoleBuf.cxx index 70be481..8ce9ebc 100644 --- a/Source/cmConsoleBuf.cxx +++ b/Source/cmConsoleBuf.cxx @@ -12,8 +12,6 @@ cmConsoleBuf::cmConsoleBuf() cmConsoleBuf::cmConsoleBuf() = default; #endif -cmConsoleBuf::~cmConsoleBuf() = default; - void cmConsoleBuf::SetUTF8Pipes() { #if defined(_WIN32) && !defined(CMAKE_BOOTSTRAP) |