mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +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->argv = (FAR char **)NULL;
|
||||||
bin->argbuffer = (FAR char *)NULL;
|
bin->argbuffer = (FAR char *)NULL;
|
||||||
i = 0;
|
|
||||||
|
|
||||||
if (argv)
|
if (argv)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user