| 1280 | */ |
| 1281 | |
| 1282 | const char *CPLCleanTrailingSlash(const char *pszPath) |
| 1283 | |
| 1284 | { |
| 1285 | return CPLPathReturnTLSString(CPLCleanTrailingSlashSafe(pszPath), |
| 1286 | __FUNCTION__); |
| 1287 | } |
| 1288 | |
| 1289 | /************************************************************************/ |
| 1290 | /* CPLCorrespondingPaths() */ |
nothing calls this directly
no test coverage detected