mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 21:28:40 -06:00
Remove vestigial declarations.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user