diff options
-rw-r--r-- | Source/kwsys/SystemTools.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index 624df6d..7c31ec3 100644 --- a/Source/kwsys/SystemTools.cxx +++ b/Source/kwsys/SystemTools.cxx @@ -1044,7 +1044,6 @@ int SystemTools::Strucmp(const char *s1, const char *s2) return tolower(*(unsigned char *) s1) - tolower(*(unsigned char *) s2); -#endif } // return true if the file exists |