diff options
author | 2004-01-30 22:38:30 +0000 | |
---|---|---|
committer | 2004-01-30 22:38:30 +0000 | |
commit | a84a380c56f98451a4653d347ecbefd083bac9b8 (patch) | |
tree | 382809befb5e89af604e35615574402da2cafc54 | |
parent | Some cleaning and sync to the macppc openpic code. (diff) | |
download | wireguard-openbsd-a84a380c56f98451a4653d347ecbefd083bac9b8.tar.xz wireguard-openbsd-a84a380c56f98451a4653d347ecbefd083bac9b8.zip |
Remove redundant initialization.
-rw-r--r-- | sys/arch/pegasos/pci/isabr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/pegasos/pci/isabr.c b/sys/arch/pegasos/pci/isabr.c index 38d9b84af2b..812de909ba3 100644 --- a/sys/arch/pegasos/pci/isabr.c +++ b/sys/arch/pegasos/pci/isabr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isabr.c,v 1.2 2003/11/18 01:25:58 drahn Exp $ */ +/* $OpenBSD: isabr.c,v 1.3 2004/01/30 22:38:30 miod Exp $ */ /*- * Copyright (c) 1995 Per Fogelstrom @@ -195,8 +195,6 @@ isabrattach(struct device *parent, struct device *self, void *aux) intr_disestablish_func = isabr_intr_disestablish; install_extint(isabr_iointr); - pending_int_f = isa_do_pending_int; - printf("\n"); /* Initialize interrupt controller */ |