mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
Remove stray inrange_pipe comment
This commit is contained in:
parent
efb83df331
commit
c80d22dcfc
1 changed files with 1 additions and 2 deletions
|
|
@ -492,8 +492,7 @@ inrange_fd (int fd)
|
|||
}
|
||||
|
||||
/* Create a pipe into FD[0] and fd[1], refusing to create file
|
||||
descriptors out of range. This is like inrange_fd, that it
|
||||
only. */
|
||||
descriptors out of range. */
|
||||
static int
|
||||
inrange_pipe (int fd[2])
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue