1
0
mirror of https://github.com/adtools/clib2.git synced 2026-01-13 01:07:41 +00:00

Removed unused local variable

This commit is contained in:
obarthel
2016-12-04 11:10:46 +01:00
parent 271572ed56
commit 8beaabac4f

View File

@ -184,7 +184,6 @@ __getcwd(char * buffer,size_t buffer_size,const char *file,int line)
if(__unix_path_semantics)
{
const char * path_name = buffer;
size_t len;
if(__translate_amiga_to_unix_path_name(&path_name,&buffer_nti) != 0)
goto out;