diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-30 21:18:26 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-30 21:18:26 +0000 |
commit | 43c936cd3341ee2a16ff79b8b97464d79328ea7c (patch) | |
tree | 642d07a809889cc88292b7b34c5db3f484c80f72 /osdep-openbsd.c | |
parent | 0127137bbe0d5bd9108184521a1f5eaa48b5089a (diff) | |
download | rtmux-43c936cd3341ee2a16ff79b8b97464d79328ea7c.tar.gz rtmux-43c936cd3341ee2a16ff79b8b97464d79328ea7c.tar.bz2 rtmux-43c936cd3341ee2a16ff79b8b97464d79328ea7c.zip |
Bye bye debugging.
Diffstat (limited to 'osdep-openbsd.c')
-rw-r--r-- | osdep-openbsd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/osdep-openbsd.c b/osdep-openbsd.c index 66c3898d..4ec03dc8 100644 --- a/osdep-openbsd.c +++ b/osdep-openbsd.c @@ -1,4 +1,4 @@ -/* $Id: osdep-openbsd.c,v 1.6 2009-01-27 23:10:18 nicm Exp $ */ +/* $Id: osdep-openbsd.c,v 1.7 2009-01-30 21:18:26 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> @@ -73,7 +73,6 @@ retry: if (buf[i].kp_eproc.e_tdev != sb.st_rdev) continue; p = &buf[i].kp_proc; - //log_debug("XXX %d %s %d %d %d", i, p->p_comm, p->p_stat, p->p_estcpu, p->p_slptime); if (bestp == NULL) bestp = p; |