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:
Joel Sherrill
2010-08-28 19:48:41 +00:00
parent d5811d0580
commit 28ff5942a5
2 changed files with 5 additions and 1 deletions

View File

@@ -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 */