diff options
author | 2005-09-07 02:17:59 +0000 | |
---|---|---|
committer | 2005-09-07 02:17:59 +0000 | |
commit | 3d5d6eee10d07d9b072fc3e384adaed70b45f783 (patch) | |
tree | 017cbb39acac54a163dc25b9983f123219af56eb | |
parent | add stdlib.h (diff) | |
download | wireguard-openbsd-3d5d6eee10d07d9b072fc3e384adaed70b45f783.tar.xz wireguard-openbsd-3d5d6eee10d07d9b072fc3e384adaed70b45f783.zip |
kill dead func proto
-rw-r--r-- | sys/dev/pci/ciss_pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/ciss_pci.c b/sys/dev/pci/ciss_pci.c index 6e2b2c8ce6a..4e3a0ec9daf 100644 --- a/sys/dev/pci/ciss_pci.c +++ b/sys/dev/pci/ciss_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ciss_pci.c,v 1.5 2005/08/09 04:10:10 mickey Exp $ */ +/* $OpenBSD: ciss_pci.c,v 1.6 2005/09/07 02:17:59 mickey Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -37,7 +37,6 @@ #define CISS_BAR 0x10 -int ciss_pci_find_device(void *); int ciss_pci_match(struct device *, void *, void *); void ciss_pci_attach(struct device *, struct device *, void *); |