From 5eff3e6d951cc67f68eab00bd81a1d87dc9d0dbd Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 1 Jul 1999 22:49:03 +0000 Subject: Unused variable. --- sys/alpha/tc/tc.c | 3 +-- 1 file changed, 1 insertion(+), 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[] = { -- cgit v1.1