diff options
author | Ken Martin <ken.martin@kitware.com> | 2008-01-17 17:35:07 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2008-01-17 17:35:07 (GMT) |
commit | 14fc7dd1dd72c09d3b77039a2f900e9e38290b3c (patch) | |
tree | 634d50d11aa6bfac3f64c4997cd00a8759a8af9e /Source/cmEnableTestingCommand.h | |
parent | c6a7d55127c1a107b477f6a9d4dcf37ef2afb40b (diff) | |
download | CMake-14fc7dd1dd72c09d3b77039a2f900e9e38290b3c.zip CMake-14fc7dd1dd72c09d3b77039a2f900e9e38290b3c.tar.gz CMake-14fc7dd1dd72c09d3b77039a2f900e9e38290b3c.tar.bz2 |
ENH: remove unused prototype
Diffstat (limited to 'Source/cmEnableTestingCommand.h')
-rw-r--r-- | Source/cmEnableTestingCommand.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmEnableTestingCommand.h b/Source/cmEnableTestingCommand.h index a019088..6f47f21 100644 --- a/Source/cmEnableTestingCommand.h +++ b/Source/cmEnableTestingCommand.h @@ -29,7 +29,7 @@ * within the valid control structures are replicated in Testfile * (i.e. SUBDIRS() and ADD_TEST() commands within IF() commands that are * 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. */ class cmEnableTestingCommand : public cmCommand @@ -76,9 +76,6 @@ public: } cmTypeMacro(cmEnableTestingCommand, cmCommand); - - ///! method to recurse and write the DartTestfiles - void CreateDartTestfileForMakefile(cmMakefile *mf); }; |