summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-08-23 12:06:31 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-08-23 12:06:31 +0000
commitaa9f532a2fd99397197fdafa57fedb8680b0ed9f (patch)
tree3640f219095595ed12d59018bac47533f977ef05
parent03642ac15aa4a10b5861201f247252b168e286f1 (diff)
Remove more.
-rw-r--r--sys/sys/timeout.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/timeout.h b/sys/sys/timeout.h
index 8131606a315..741918db036 100644
--- a/sys/sys/timeout.h
+++ b/sys/sys/timeout.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: timeout.h,v 1.9 2001/08/23 12:02:04 art Exp $ */
+/* $OpenBSD: timeout.h,v 1.10 2001/08/23 12:06:30 art Exp $ */
/*
* Copyright (c) 2000 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -67,7 +67,6 @@ struct timeout {
/*
* flags in the to_flags field.
*/
-#define TIMEOUT_STATIC 1 /* allocated from static pool */
#define TIMEOUT_ONQUEUE 2 /* timeout is on the todo queue */
#define TIMEOUT_INITIALIZED 4 /* timeout is initialized */
#define TIMEOUT_TRIGGERED 8 /* timeout is running or ran */