summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-04-14 15:02:40 (GMT)
committerBrad King <brad.king@kitware.com>2016-04-15 12:32:15 (GMT)
commitb6ed71b17c888c5f79129871bf7bc865b43063e3 (patch)
tree42fbbd91be4ff04f178ae473eaea5718f279c382 /Source/cmMakefile.h
parenta559f0f6b020697a064517637ae04f0733ffc6ea (diff)
downloadCMake-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.h13
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