diff options
author | Brad King <brad.king@kitware.com> | 2016-04-18 15:07:07 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-04-18 15:07:07 (GMT) |
commit | fa4ae9fb12b61473f028a3ec38433f82a030c578 (patch) | |
tree | 5a66cf099293e3e859b99bd3efeb3b3054a34efc /Source/cmake.h | |
parent | ef713503c8b9b317fdbd21c75d332febd77c31a3 (diff) | |
parent | 0f96ef00cbe8dd82cee32f61f9da43e66e42f446 (diff) | |
download | CMake-fa4ae9fb12b61473f028a3ec38433f82a030c578.zip CMake-fa4ae9fb12b61473f028a3ec38433f82a030c578.tar.gz CMake-fa4ae9fb12b61473f028a3ec38433f82a030c578.tar.bz2 |
Merge topic 'refactor-cmListFileBacktrace'
0f96ef00 Remove unused cmake::IssueMessage overload
563bf9dd cmState: Remove unused entry point fields from snapshot data
7c36d206 cmListFileBacktrace: Refactor storage to provide efficient value semantics
1f6bd8a9 cmState: Avoid accumulating snapshot storage for backtraces
18b6676b cmState: Add Snapshot method to get bottom of call stack
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 8496705..8644dda 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -358,9 +358,6 @@ class cmake void IssueMessage(cmake::MessageType t, std::string const& text, cmListFileBacktrace const& backtrace = cmListFileBacktrace(), bool force = false); - void IssueMessage(cmake::MessageType t, std::string const& text, - cmListFileContext const& lfc, - bool force = false); ///! run the --build option int Build(const std::string& dir, |