1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

Remove useless function prototype in pathutil.c

This commit is contained in:
cosineblast 2024-01-19 13:06:11 -03:00
parent 7a5526b19e
commit 8e17cc2692

View File

@ -105,8 +105,6 @@ char *FindRealPath (const char *Path)
#else
extern char* realpath (const char* path, char* resolved_path);
char* FindRealPath (const char* path)
/*
** Returns a malloced buffer containing the canonical path of the given path.