From a470b77afdac144fecd2f23fcdd85fe80609ec77 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Wed, 1 Dec 2004 00:38:16 +0000 Subject: [PATCH] Comment change only. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3175 --- coregrind/vg_syscalls.c | 1 - 1 file changed, 1 deletion(-) diff --git a/coregrind/vg_syscalls.c b/coregrind/vg_syscalls.c index 353cd6780..6e1d4722b 100644 --- a/coregrind/vg_syscalls.c +++ b/coregrind/vg_syscalls.c @@ -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) ||