Comment change only.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3175
This commit is contained in:
Nicholas Nethercote
2004-12-01 00:38:16 +00:00
parent b0d10bc3b4
commit a470b77afd

View File

@@ -3866,7 +3866,6 @@ PRE(sys_pipe, 0)
POST(sys_pipe)
{
// XXX: use of Int here -- 32-bit-specific?
Int *p = (Int *)ARG1;
if (!VG_(fd_allowed)(p[0], "pipe", tid, True) ||