Remove Realpath() unlicensed implementation

It is probably not usefull anyway
This commit is contained in:
Thomas Bernard
2021-01-28 22:32:53 +01:00
parent 0fc6aa12f1
commit b9806bfbf3
7 changed files with 21 additions and 122 deletions

View File

@@ -31,6 +31,6 @@
/// @param _path Input path
/// @param resolved_path Output path, allocated by caller
/// @return (points to resolved_path)
char *Realpath(const char *_path, char *resolved_path);
char *Realpath(const char *_path);
#endif