MCPcopy Create free account
hub / github.com/OSGeo/PROJ / MyUnlink

Function MyUnlink

test/unit/proj_context_test.cpp:81–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79// ---------------------------------------------------------------------------
80
81static int MyUnlink(const std::string &filename) {
82#ifdef _MSC_VER
83 return _unlink(filename.c_str());
84#else
85 return unlink(filename.c_str());
86#endif
87}
88
89// ---------------------------------------------------------------------------
90

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected