mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
cmCommand: remove unused methods from interface and all implementations
This commit is contained in:
@@ -18,7 +18,6 @@ public:
|
||||
cmCommand* Clone() CM_OVERRIDE { return new cmVariableRequiresCommand; }
|
||||
bool InitialPass(std::vector<std::string> const& args,
|
||||
cmExecutionStatus& status) CM_OVERRIDE;
|
||||
std::string GetName() const CM_OVERRIDE { return "variable_requires"; }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user