From 68af831505450a34ddd4bf767844bc3890eb52e5 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 25 Sep 2020 07:40:42 -0400 Subject: 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. --- Source/cmMakefile.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/cmMakefile.h') 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 -- cgit v1.2.1