summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-08-23 22:02:30 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-08-23 22:02:30 (GMT)
commit538ff79e2f606c4c3722d94e10f0a759a1f97d86 (patch)
treef5921690ef9778d9418e0fb74d260375398850c2 /Source/cmSystemTools.h
parenta4f40c31f1e160ab34d90c1a5e9ed5ab6cc1de59 (diff)
downloadCMake-538ff79e2f606c4c3722d94e10f0a759a1f97d86.zip
CMake-538ff79e2f606c4c3722d94e10f0a759a1f97d86.tar.gz
CMake-538ff79e2f606c4c3722d94e10f0a759a1f97d86.tar.bz2
ENH: improve coverage
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h12
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.