Remove vestigial declarations.
This commit is contained in:
parent
3029c27e46
commit
3df749af55
@ -19,7 +19,6 @@
|
|||||||
|
|
||||||
class cmCustomCommand;
|
class cmCustomCommand;
|
||||||
class cmCustomCommandGenerator;
|
class cmCustomCommandGenerator;
|
||||||
class cmDependInformation;
|
|
||||||
class cmDepends;
|
class cmDepends;
|
||||||
class cmMakefileTargetGenerator;
|
class cmMakefileTargetGenerator;
|
||||||
class cmTarget;
|
class cmTarget;
|
||||||
|
@ -41,7 +41,6 @@
|
|||||||
class cmFunctionBlocker;
|
class cmFunctionBlocker;
|
||||||
class cmCommand;
|
class cmCommand;
|
||||||
class cmInstallGenerator;
|
class cmInstallGenerator;
|
||||||
class cmMakeDepend;
|
|
||||||
class cmSourceFile;
|
class cmSourceFile;
|
||||||
class cmTest;
|
class cmTest;
|
||||||
class cmTestGenerator;
|
class cmTestGenerator;
|
||||||
@ -856,9 +855,6 @@ private:
|
|||||||
bool EnforceUniqueDir(const std::string& srcPath,
|
bool EnforceUniqueDir(const std::string& srcPath,
|
||||||
const std::string& binPath) const;
|
const std::string& binPath) const;
|
||||||
|
|
||||||
friend class cmMakeDepend; // make depend needs direct access
|
|
||||||
// to the Sources array
|
|
||||||
|
|
||||||
typedef std::vector<cmFunctionBlocker*> FunctionBlockersType;
|
typedef std::vector<cmFunctionBlocker*> FunctionBlockersType;
|
||||||
FunctionBlockersType FunctionBlockers;
|
FunctionBlockersType FunctionBlockers;
|
||||||
std::vector<FunctionBlockersType::size_type> FunctionBlockerBarriers;
|
std::vector<FunctionBlockersType::size_type> FunctionBlockerBarriers;
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
#include "cmOSXBundleGenerator.h"
|
#include "cmOSXBundleGenerator.h"
|
||||||
|
|
||||||
class cmCustomCommandGenerator;
|
class cmCustomCommandGenerator;
|
||||||
class cmDependInformation;
|
|
||||||
class cmDepends;
|
class cmDepends;
|
||||||
class cmGeneratorTarget;
|
class cmGeneratorTarget;
|
||||||
class cmGeneratedFileStream;
|
class cmGeneratedFileStream;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user