]> git.lyx.org Git - features.git/blobdiff - src/support/lstrings.h
cosmetics
[features.git] / src / support / lstrings.h
index cfb504f2dbe9ab762a95622ccc19e72aa766ddcc..2ebd774ff96157935f56e9d7744e6740737e271a 100644 (file)
@@ -47,17 +47,6 @@ int compare(char const * a, char const * b)
 #endif
 }
 
-///
-inline
-int compare(char const * a, char const * b, unsigned int len)
-{
-#ifndef CXX_GLOBAL_CSTD
-       return std::strncmp(a, b, len);
-#else
-       return strncmp(a, b, len);
-#endif
-}
-
 ///
 bool isStrInt(std::string const & str);