plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit f1a5be0fb281780e5f86c6e239ed01ef1cf3d0fa
parent c73e7cf5aceda56baaa8eb8a3420ca2a8f232af5
Author: rsc <devnull@localhost>
Date:   Tue, 20 Apr 2004 05:09:56 +0000

remove debugging print

Diffstat:
Msrc/cmd/acid/proc.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/cmd/acid/proc.c b/src/cmd/acid/proc.c @@ -29,7 +29,6 @@ sproc(int xpid) free(correg); correg = nil; -fprint(2, "mapproc %d\n", xpid); if(mapproc(xpid, cormap, &correg) < 0) error("setproc %d: %r", pid);