diff options
author | Brad King <brad.king@kitware.com> | 2016-04-14 15:02:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-04-15 12:32:15 (GMT) |
commit | b6ed71b17c888c5f79129871bf7bc865b43063e3 (patch) | |
tree | 42fbbd91be4ff04f178ae473eaea5718f279c382 /Source/cmMakefile.h | |
parent | a559f0f6b020697a064517637ae04f0733ffc6ea (diff) | |
download | CMake-b6ed71b17c888c5f79129871bf7bc865b43063e3.zip CMake-b6ed71b17c888c5f79129871bf7bc865b43063e3.tar.gz CMake-b6ed71b17c888c5f79129871bf7bc865b43063e3.tar.bz2 |
cmMakefile: Move cmMakefileCall to .cxx file
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 45f2efb..7217944 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -959,17 +959,4 @@ private: mutable bool SuppressWatches; }; -//---------------------------------------------------------------------------- -// Helper class to make sure the call stack is valid. -class cmMakefileCall -{ -public: - cmMakefileCall(cmMakefile* mf, - cmCommandContext const& lfc, - cmExecutionStatus& status); - ~cmMakefileCall(); -private: - cmMakefile* Makefile; -}; - #endif |