summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.hxx.in
diff options
context:
space:
mode:
authorKent Williams <norman-k-williams@uiowa.edu>2003-04-11 20:22:57 (GMT)
committerKent Williams <norman-k-williams@uiowa.edu>2003-04-11 20:22:57 (GMT)
commitac440aa321225dfe49d9fcdad0d8fd3af9fdb7f1 (patch)
tree991d97f627859fd78c59823b7845a70734ce5028 /Source/kwsys/SystemTools.hxx.in
parent5e04f6cbb4e2759b389849bf356899884ac7cee3 (diff)
downloadCMake-ac440aa321225dfe49d9fcdad0d8fd3af9fdb7f1.zip
CMake-ac440aa321225dfe49d9fcdad0d8fd3af9fdb7f1.tar.gz
CMake-ac440aa321225dfe49d9fcdad0d8fd3af9fdb7f1.tar.bz2
remove redundant function and eliminate need for strcasecmp
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r--Source/kwsys/SystemTools.hxx.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in
index 82e1627..7c7d302 100644
--- a/Source/kwsys/SystemTools.hxx.in
+++ b/Source/kwsys/SystemTools.hxx.in
@@ -130,11 +130,6 @@ public:
static unsigned long FileLength(const char *filename);
/**
- * given a (possibly) relative path, return the completely
- * qualified path to a file system entity
- */
- static char *RealPath(const char *path, char *resolved_path);
- /**
* Add the paths from the environment variable PATH to the
* string vector passed in.
*/