diff options
author | Regina Pfeifer <regina@mailbox.org> | 2019-03-18 21:25:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-03-20 15:41:29 (GMT) |
commit | 71a3391b5ff95271074cf15a4a5d09ded42a362f (patch) | |
tree | 08a4d8d5e35c8d72d6dad2af9a4d1ee9551fcc5b /Source/cmCTest.h | |
parent | b172a81d5512a2f0973dae6d5545b159e5b1ec2b (diff) | |
download | CMake-71a3391b5ff95271074cf15a4a5d09ded42a362f.zip CMake-71a3391b5ff95271074cf15a4a5d09ded42a362f.tar.gz CMake-71a3391b5ff95271074cf15a4a5d09ded42a362f.tar.bz2 |
cmCTest: Use default member initialization
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 8317a15..d9f7ee0 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -467,8 +467,6 @@ public: private: int GenerateNotesFile(const char* files); - void InitStreams(); - void BlockTestErrorDiagnostics(); /** |