diff options
| author | oster <oster@NetBSD.org> | 2021-07-23 20:18:24 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2021-07-23 20:18:24 +0000 |
| commit | af62e1cac3e903282c672cf5a71ae6dee33644e4 (patch) | |
| tree | 0bea29e361896151c1385a13515a7b84d7806e8b /sys/dev/raidframe/rf_diskqueue.h | |
| parent | 2583365c666de5977a2edfa17278fc8636e670fd (diff) | |
Various disk queue "peek" routines were only ever used in the simulator
version of RAIDFrame. Remove them from here.
Diffstat (limited to 'sys/dev/raidframe/rf_diskqueue.h')
| -rw-r--r-- | sys/dev/raidframe/rf_diskqueue.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_diskqueue.h b/sys/dev/raidframe/rf_diskqueue.h index da824433c35..aa622118bb3 100644 --- a/sys/dev/raidframe/rf_diskqueue.h +++ b/sys/dev/raidframe/rf_diskqueue.h @@ -1,4 +1,4 @@ -/* $NetBSD: rf_diskqueue.h,v 1.27 2021/07/23 00:54:45 oster Exp $ */ +/* $NetBSD: rf_diskqueue.h,v 1.28 2021/07/23 20:18:24 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -89,7 +89,6 @@ struct RF_DiskQueueSW_s { * system */ void (*Enqueue) (void *, RF_DiskQueueData_t *, int); /* enqueue routine */ RF_DiskQueueData_t *(*Dequeue) (void *); /* dequeue routine */ - RF_DiskQueueData_t *(*Peek) (void *); /* peek at head of queue */ /* the rest are optional: they improve performance, but the driver * will deal with it if they don't exist */ |
