We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b0c842 commit 875b429Copy full SHA for 875b429
1 file changed
simplecpp.cpp
@@ -2371,11 +2371,6 @@ namespace simplecpp {
2371
namespace simplecpp {
2372
2373
#ifdef __CYGWIN__
2374
- bool startsWith(const std::string &str, const std::string &s)
2375
- {
2376
- return (str.size() >= s.size() && str.compare(0, s.size(), s) == 0);
2377
- }
2378
-
2379
std::string convertCygwinToWindowsPath(const std::string &cygwinPath)
2380
{
2381
std::string windowsPath;
0 commit comments