1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Dropped an unused local variable.

git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15128 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2006-08-13 15:56:38 +00:00
parent 05ef0d30bc
commit 1721b10610

View File

@ -1,5 +1,5 @@
/*
* $Id: unistd_execve.c,v 1.10 2006-08-13 15:35:40 obarthel Exp $
* $Id: unistd_execve.c,v 1.11 2006-08-13 15:56:38 obarthel Exp $
*
* :ts=4
*
@ -247,7 +247,6 @@ find_command(const char * path,struct program_info ** result_ptr)
APTR old_window_ptr;
int result = -1;
BPTR old_dir;
int error;
BOOL found_path_separator;
const char *p = path;
char c;