forked from nuttx/nuttx-update
Remove unused setting of a variable
This commit is contained in:
parent
289804f850
commit
d9344793a9
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ static inline int binfmt_copyargv(FAR struct binary_s *bin, FAR char * const *ar
|
|||
|
||||
bin->argv = (FAR char **)NULL;
|
||||
bin->argbuffer = (FAR char *)NULL;
|
||||
i = 0;
|
||||
|
||||
if (argv)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue