summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-07-01 22:49:03 +0000
committerpeter <peter@FreeBSD.org>1999-07-01 22:49:03 +0000
commit5eff3e6d951cc67f68eab00bd81a1d87dc9d0dbd (patch)
treeb691cc7deaa12b6b1442288b0c7fcd54828c643a
parent2fef26d591a4b0b0e6a220e24366d4ca3f979197 (diff)
downloadFreeBSD-src-5eff3e6d951cc67f68eab00bd81a1d87dc9d0dbd.zip
FreeBSD-src-5eff3e6d951cc67f68eab00bd81a1d87dc9d0dbd.tar.gz
Unused variable.
-rw-r--r--sys/alpha/tc/tc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/alpha/tc/tc.c b/sys/alpha/tc/tc.c
index e4e0f6f..14703a3 100644
--- a/sys/alpha/tc/tc.c
+++ b/sys/alpha/tc/tc.c
@@ -1,4 +1,4 @@
-/* $Id: tc.c,v 1.3 1999/05/08 21:58:49 dfr Exp $ */
+/* $Id: tc.c,v 1.4 1999/05/10 15:53:33 peter Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
* All rights reserved.
@@ -73,7 +73,6 @@ static tc_offset_t tc_slot_romoffs[NTC_ROMOFFS] = {
static int tc_probe(device_t dev);
static int tc_attach(device_t dev);
static void tc_print_child(device_t bus, device_t dev);
-static driver_intr_t tc_intr;
int tc_checkslot( tc_addr_t slotbase, char *namep);
static device_method_t tc_methods[] = {
OpenPOWER on IntegriCloud