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:
@@ -1,3 +1,8 @@
|
||||
2010-08-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* libfs/src/pipe/pipe.c: Remove unreachable line flagged by Coverity as
|
||||
dead code.
|
||||
|
||||
2010-08-27 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* libcsupport/src/ctermid.c: Add comment explaining that this use of
|
||||
|
||||
@@ -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