Remove Realpath() unlicensed implementation
It is probably not usefull anyway
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user