summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authornathanw <nathanw@NetBSD.org>2003-03-11 16:27:38 +0000
committernathanw <nathanw@NetBSD.org>2003-03-11 16:27:38 +0000
commit64324a81753aca63777ccbddd03a45f8a719fce0 (patch)
tree191269fd97a4da8e343e173c18fb842ff8a117c8 /lib/libpthread
parentdd688f888ff739575b0b24184827a3e4b3d7371b (diff)
Remove debugging code accidentally committed.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/pthread_alarms.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libpthread/pthread_alarms.c b/lib/libpthread/pthread_alarms.c
index 05d80eebf3c..abdc2a27b72 100644
--- a/lib/libpthread/pthread_alarms.c
+++ b/lib/libpthread/pthread_alarms.c
@@ -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 @@ pthread__alarm_process(pthread_t self, void *arg)
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));