diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-21 00:15:14 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-21 00:19:57 +0200 |
commit | 3df749af55c04d5b7bb0ee848c6df112178327bc (patch) | |
tree | 268ee566734175a271db45a1afb5a720de121e0e /Source/cmMakefile.h | |
parent | 3029c27e46a193c6319a3c909f938e6614c2b14f (diff) | |
download | cmake-3df749af55c04d5b7bb0ee848c6df112178327bc.tar.gz |
Remove vestigial declarations.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 4215b72bfd..ce127d8bf4 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; |