summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-20 22:15:14 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-20 22:19:57 (GMT)
commit3df749af55c04d5b7bb0ee848c6df112178327bc (patch)
tree268ee566734175a271db45a1afb5a720de121e0e /Source/cmMakefile.h
parent3029c27e46a193c6319a3c909f938e6614c2b14f (diff)
downloadCMake-3df749af55c04d5b7bb0ee848c6df112178327bc.zip
CMake-3df749af55c04d5b7bb0ee848c6df112178327bc.tar.gz
CMake-3df749af55c04d5b7bb0ee848c6df112178327bc.tar.bz2
Remove vestigial declarations.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 4215b72..ce127d8 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -41,7 +41,6 @@
class cmFunctionBlocker;
class cmCommand;
class cmInstallGenerator;
-class cmMakeDepend;
class cmSourceFile;
class cmTest;
class cmTestGenerator;
@@ -856,9 +855,6 @@ private:
bool EnforceUniqueDir(const std::string& srcPath,
const std::string& binPath) const;
- friend class cmMakeDepend; // make depend needs direct access
- // to the Sources array
-
typedef std::vector<cmFunctionBlocker*> FunctionBlockersType;
FunctionBlockersType FunctionBlockers;
std::vector<FunctionBlockersType::size_type> FunctionBlockerBarriers;