diff options
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index d256913..c63da9b 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -105,18 +105,6 @@ public: static bool FileExists(const char* filename); /** - * Return the number of times the given expression occurs in the file - * specified by the concatenation of dir/file. - */ - static int Grep(const char* dir, const char* file, const char* expression); - - /** - * Convert a path containing a cygwin drive specifier to its natural - * equivalent. - */ - static void ConvertCygwinPath(std::string& pathname); - - /** * Read a CMake command (or function) from an input file. This * returns the name of the function and a list of its * arguments. |