summaryrefslogtreecommitdiff
path: root/sys/netbt/bt_var.h
diff options
context:
space:
mode:
authorUwe Stuehler <uwe@cvs.openbsd.org>2007-06-24 20:55:28 +0000
committerUwe Stuehler <uwe@cvs.openbsd.org>2007-06-24 20:55:28 +0000
commit7dc399981593c71eb6d1a6061b0f012619f6ed36 (patch)
treeb99c4bc388984ce566b500fe8b380e6ee07356d4 /sys/netbt/bt_var.h
parent0531bf64c5e9848285ce4054b8719f721bd7f4a2 (diff)
Remove some unused leftover code; original request from jasper@
Diffstat (limited to 'sys/netbt/bt_var.h')
-rw-r--r--sys/netbt/bt_var.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/netbt/bt_var.h b/sys/netbt/bt_var.h
index d677f12d338..6d9ecb5ea18 100644
--- a/sys/netbt/bt_var.h
+++ b/sys/netbt/bt_var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bt_var.h,v 1.1 2005/01/14 12:04:02 grange Exp $ */
+/* $OpenBSD: bt_var.h,v 1.2 2007/06/24 20:55:27 uwe Exp $ */
/*
* Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org>
*
@@ -18,8 +18,4 @@
#ifndef _NETBT_BT_VAR_H_
#define _NETBT_BT_VAR_H_
-extern struct ifqueue btintrq;
-
-void bt_init(void);
-
#endif /* !_NETBT_BT_VAR_H_ */