diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-13 01:15:54 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-13 01:15:54 +0000 |
commit | 385a3caf2ecaf3de07747290e79fa8d1f7c618b5 (patch) | |
tree | d780db673ed87979f4e761beb9fceda2b7594fe4 /sys/scsi | |
parent | f30876db80c9d1c4d008da7e477105227561aabc (diff) |
remove prototypes with no matching function
ok mpi@
Diffstat (limited to 'sys/scsi')
-rw-r--r-- | sys/scsi/mpath.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/mpath.c b/sys/scsi/mpath.c index 049000ba9af..c94a4ff5cf7 100644 --- a/sys/scsi/mpath.c +++ b/sys/scsi/mpath.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpath.c,v 1.57 2022/07/02 08:50:42 visa Exp $ */ +/* $OpenBSD: mpath.c,v 1.58 2024/05/13 01:15:53 jsg Exp $ */ /* * Copyright (c) 2009 David Gwynne <dlg@openbsd.org> @@ -34,7 +34,6 @@ int mpath_match(struct device *, void *, void *); void mpath_attach(struct device *, struct device *, void *); -void mpath_shutdown(void *); TAILQ_HEAD(mpath_paths, mpath_path); |