mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 09:49:21 +08:00
fs/vfs: remove redundant return in nx_vopen
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
5bee23da07
commit
0e42808923
1 changed files with 0 additions and 1 deletions
|
@ -266,7 +266,6 @@ static int nx_vopen(FAR struct tcb_s *tcb,
|
|||
if (fd < 0)
|
||||
{
|
||||
file_close(&filep);
|
||||
return fd;
|
||||
}
|
||||
|
||||
return fd;
|
||||
|
|
Loading…
Reference in a new issue