ENH: remove unused prototype
This commit is contained in:
parent
c6a7d55127
commit
14fc7dd1dd
@ -29,7 +29,7 @@
|
|||||||
* within the valid control structures are replicated in Testfile
|
* within the valid control structures are replicated in Testfile
|
||||||
* (i.e. SUBDIRS() and ADD_TEST() commands within IF() commands that are
|
* (i.e. SUBDIRS() and ADD_TEST() commands within IF() commands that are
|
||||||
* not entered by CMake are not replicated in Testfile).
|
* not entered by CMake are not replicated in Testfile).
|
||||||
* Note that Dart expects to find this file in the build directory root;
|
* Note that CTest expects to find this file in the build directory root;
|
||||||
* therefore, this command should be in the source directory root too.
|
* therefore, this command should be in the source directory root too.
|
||||||
*/
|
*/
|
||||||
class cmEnableTestingCommand : public cmCommand
|
class cmEnableTestingCommand : public cmCommand
|
||||||
@ -77,9 +77,6 @@ public:
|
|||||||
|
|
||||||
cmTypeMacro(cmEnableTestingCommand, cmCommand);
|
cmTypeMacro(cmEnableTestingCommand, cmCommand);
|
||||||
|
|
||||||
///! method to recurse and write the DartTestfiles
|
|
||||||
void CreateDartTestfileForMakefile(cmMakefile *mf);
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user