1
0
Fork 0
forked from nuttx/nuttx-update

Remove unused setting of a variable

This commit is contained in:
Gregory Nutt 2014-12-07 07:16:20 -06:00
parent 289804f850
commit d9344793a9

View file

@ -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)
{