]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Comment change only.
authorNicholas Nethercote <njn@valgrind.org>
Wed, 1 Dec 2004 00:38:16 +0000 (00:38 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Wed, 1 Dec 2004 00:38:16 +0000 (00:38 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3175

coregrind/vg_syscalls.c

index 353cd6780df5c8a9dbe641f8a6351c119be8b2e5..6e1d4722b26b25d49a48d13cbd3b82c02c45298d 100644 (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) ||