diff --git a/simplecpp.cpp b/simplecpp.cpp index b8dd063d..3f1c2022 100755 --- a/simplecpp.cpp +++ b/simplecpp.cpp @@ -2371,11 +2371,6 @@ namespace simplecpp { namespace simplecpp { #ifdef __CYGWIN__ - bool startsWith(const std::string &str, const std::string &s) - { - return (str.size() >= s.size() && str.compare(0, s.size(), s) == 0); - } - std::string convertCygwinToWindowsPath(const std::string &cygwinPath) { std::string windowsPath;