summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-09-25 07:40:42 -0400
committerBrad King <brad.king@kitware.com>2020-09-28 09:49:07 -0400
commit68af831505450a34ddd4bf767844bc3890eb52e5 (patch)
tree30acd56959f1bc4b36e9b69451264fc67ac73cf4 /Source/cmMakefile.h
parent280f3918f3a731f64c94b2b7c912c58d714fc676 (diff)
downloadcmake-68af831505450a34ddd4bf767844bc3890eb52e5.tar.gz
cmMakefile: Inline GetExecutionContext at call sites
The method only had one line, and its implementation is more clear at the call sites than the method name.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 0a6e6e2c13..6236129147 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -641,7 +641,6 @@ public:
*/
cmListFileBacktrace GetBacktrace() const;
cmListFileBacktrace GetBacktrace(cmCommandContext const& lfc) const;
- cmListFileContext GetExecutionContext() const;
/**
* Get the vector of files created by this makefile