mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 23:28:29 +08:00
Remove unused setting of a variable
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user