mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +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)
|
if(__unix_path_semantics)
|
||||||
{
|
{
|
||||||
const char * path_name = buffer;
|
const char * path_name = buffer;
|
||||||
size_t len;
|
|
||||||
|
|
||||||
if(__translate_amiga_to_unix_path_name(&path_name,&buffer_nti) != 0)
|
if(__translate_amiga_to_unix_path_name(&path_name,&buffer_nti) != 0)
|
||||||
goto out;
|
goto out;
|
||||||
|
|||||||
Reference in New Issue
Block a user