Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpthread Remove debugging code accidentally committed.
details: https://anonhg.NetBSD.org/src/rev/11229973be34
branches: trunk
changeset: 544102:11229973be34
user: nathanw <nathanw%NetBSD.org@localhost>
date: Tue Mar 11 16:27:38 2003 +0000
description:
Remove debugging code accidentally committed.
diffstat:
lib/libpthread/pthread_alarms.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 33c54ac82d70 -r 11229973be34 lib/libpthread/pthread_alarms.c
--- a/lib/libpthread/pthread_alarms.c Tue Mar 11 15:02:54 2003 +0000
+++ b/lib/libpthread/pthread_alarms.c Tue Mar 11 16:27:38 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pthread_alarms.c,v 1.6 2003/03/11 00:18:36 nathanw Exp $ */
+/* $NetBSD: pthread_alarms.c,v 1.7 2003/03/11 16:27:38 nathanw Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: pthread_alarms.c,v 1.6 2003/03/11 00:18:36 nathanw Exp $");
+__RCSID("$NetBSD: pthread_alarms.c,v 1.7 2003/03/11 16:27:38 nathanw Exp $");
#include <err.h>
#include <sys/time.h>
@@ -166,7 +166,6 @@
gettimeofday(&tv, NULL);
TIMEVAL_TO_TIMESPEC(&tv, &ts);
- pthread_alarmqlast = ts;
SDPRINTF(("(pro %p) alarm time %d.%06ld\n",
self, ts.tv_sec, ts.tv_nsec / 1000));
Home |
Main Index |
Thread Index |
Old Index