mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 09:49:21 +08:00
FS: Remove DEBUGASSERT() in block_proxy() because the flags are cleared later.
This commit is contained in:
parent
eba16af7ba
commit
5efd942396
1 changed files with 0 additions and 1 deletions
|
@ -167,7 +167,6 @@ int block_proxy(FAR const char *blkdev, int oflags)
|
|||
int fd;
|
||||
|
||||
DEBUGASSERT(blkdev);
|
||||
DEBUGASSERT((oflags & (O_CREAT | O_EXCL | O_APPEND | O_TRUNC)) == 0);
|
||||
|
||||
/* Create a unique temporary file name for the character device */
|
||||
|
||||
|
|
Loading…
Reference in a new issue