forked from Imagelibrary/rtems
2010-08-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* libfs/src/pipe/pipe.c: Remove unreachable line flagged by Coverity as dead code.
This commit is contained in:
@@ -48,7 +48,6 @@ int pipe_create(
|
||||
}
|
||||
/* Just try once... */
|
||||
return -1;
|
||||
sprintf(fifopath + 10, "%04x", rtems_pipe_no ++);
|
||||
}
|
||||
|
||||
/* Non-blocking open to avoid waiting for writers */
|
||||
|
||||
Reference in New Issue
Block a user