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:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user