diff options
author | Bryon Bean <bryon.bean@kitware.com> | 2017-10-23 12:16:45 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-01-10 15:19:14 (GMT) |
commit | 5238e6db70d275e42048479b737781fc97d82ea1 (patch) | |
tree | 2091c28a1ab5a16099a728bb2135a959be668709 /Source/CTest/cmProcess.h | |
parent | c13b68e61f3e89f9f52834c46a65fc7192ceb318 (diff) | |
download | CMake-5238e6db70d275e42048479b737781fc97d82ea1.zip CMake-5238e6db70d275e42048479b737781fc97d82ea1.tar.gz CMake-5238e6db70d275e42048479b737781fc97d82ea1.tar.bz2 |
cmProcess: Remove unused ReportStatus method
Diffstat (limited to 'Source/CTest/cmProcess.h')
-rw-r--r-- | Source/CTest/cmProcess.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/CTest/cmProcess.h b/Source/CTest/cmProcess.h index f3b0bd7..32c4c74 100644 --- a/Source/CTest/cmProcess.h +++ b/Source/CTest/cmProcess.h @@ -32,8 +32,6 @@ public: // return the process status int GetProcessStatus(); - // Report the status of the program - int ReportStatus(); int GetId() { return this->Id; } void SetId(int id) { this->Id = id; } int GetExitValue() { return this->ExitValue; } |