summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-10-21 13:16:58 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-10-21 13:16:58 (GMT)
commitd31d92bf1d8b13ddff2c85c1fd380519867b788c (patch)
treea2a298f72945d9fead6cd3f56055519e8b2b290f /Source/cmMakefile.h
parent740f85a204d7a837e3ad408a79992f6a9c0b000c (diff)
parentc0969b10330a205a693bdf658185740eea51736e (diff)
downloadCMake-d31d92bf1d8b13ddff2c85c1fd380519867b788c.zip
CMake-d31d92bf1d8b13ddff2c85c1fd380519867b788c.tar.gz
CMake-d31d92bf1d8b13ddff2c85c1fd380519867b788c.tar.bz2
Merge topic 'inline-cmMakeDepend-content'
c0969b10 cmMakeDepend: Inline into inheriting class. 6a1e7328 cmMakeDepend: Inline into only user. 00f50b00 cmMakeDepend: Inline into header. 3df749af Remove vestigial declarations. 3029c27e cmMakeDepend: Use public cmMakefile API.
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 0b8db3c..725448b 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;