summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-16 14:43:17 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-05-19 20:36:50 (GMT)
commitbb1e8c3adfc4b188b0f340d757591039ffda4ef9 (patch)
treeaeda74441c6cbe7f3d2a558f72b1b5f655437800 /Source/cmMakefile.h
parent1363bff83a8e525814bbcfd1e90173d392ecc52b (diff)
downloadCMake-bb1e8c3adfc4b188b0f340d757591039ffda4ef9.zip
CMake-bb1e8c3adfc4b188b0f340d757591039ffda4ef9.tar.gz
CMake-bb1e8c3adfc4b188b0f340d757591039ffda4ef9.tar.bz2
cmMakefile: Remove Print() debugging facilities.
They don't print things that are important in the modern implementation.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 72d8ec6..f96ca92 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -157,11 +157,6 @@ public:
*/
void FinalPass();
- /**
- * Print the object state to std::cout.
- */
- void Print() const;
-
/** Add a custom command to the build. */
void AddCustomCommandToTarget(const std::string& target,
const std::vector<std::string>& byproducts,
@@ -912,10 +907,6 @@ private:
friend class cmMakeDepend; // make depend needs direct access
// to the Sources array
- void PrintStringVector(const char* s, const
- std::vector<std::pair<std::string, bool> >& v) const;
- void PrintStringVector(const char* s,
- const std::vector<std::string>& v) const;
void AddDefaultDefinitions();
typedef std::vector<cmFunctionBlocker*> FunctionBlockersType;