diff options
author | Kent Williams <norman-k-williams@uiowa.edu> | 2003-04-11 20:22:57 (GMT) |
---|---|---|
committer | Kent Williams <norman-k-williams@uiowa.edu> | 2003-04-11 20:22:57 (GMT) |
commit | ac440aa321225dfe49d9fcdad0d8fd3af9fdb7f1 (patch) | |
tree | 991d97f627859fd78c59823b7845a70734ce5028 /Source/kwsys/SystemTools.hxx.in | |
parent | 5e04f6cbb4e2759b389849bf356899884ac7cee3 (diff) | |
download | CMake-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.in | 5 |
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. */ |