summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-04-18 07:39:11 +0000
committered <ed@FreeBSD.org>2009-04-18 07:39:11 +0000
commit53f91cc7135d171668a1a3cd89160045f4702094 (patch)
tree39c73b6e6dbed8c7b2744e627a477788cb74f689 /sys/cam
parent55cbdc23a560b3ebd1d9cf887737353049f1c00a (diff)
downloadFreeBSD-src-53f91cc7135d171668a1a3cd89160045f4702094.zip
FreeBSD-src-53f91cc7135d171668a1a3cd89160045f4702094.tar.gz
Remove unused SESUNIT() macro from ses(4).
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/scsi/scsi_ses.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/cam/scsi/scsi_ses.c b/sys/cam/scsi/scsi_ses.c
index 14bcc77..87c12b4 100644
--- a/sys/cam/scsi/scsi_ses.c
+++ b/sys/cam/scsi/scsi_ses.c
@@ -155,8 +155,6 @@ struct ses_softc {
#define SES_FLAG_OPEN 0x02
#define SES_FLAG_INITIALIZED 0x04
-#define SESUNIT(x) (dev2unit((x)))
-
static d_open_t sesopen;
static d_close_t sesclose;
static d_ioctl_t sesioctl;
OpenPOWER on IntegriCloud