diff options
| author | tkusumi <tkusumi@NetBSD.org> | 2019-12-03 15:03:14 +0000 |
|---|---|---|
| committer | tkusumi <tkusumi@NetBSD.org> | 2019-12-03 15:03:14 +0000 |
| commit | 60ec520939a2465b0fc5e8f446926afba85dfb71 (patch) | |
| tree | 50522b173d424c702e0808a8d8e2675fa257dae3 /sys/dev | |
| parent | 2cd59391734f5df74824e5fddc9058c22b846bef (diff) | |
dm: Remove unused macro DM_CMD_LEN
that was added but never used in both NetBSD and DragonFlyBSD.
taken-from: DragonFlyBSD
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/dm/netbsd-dm.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/dm/netbsd-dm.h b/sys/dev/dm/netbsd-dm.h index f9a3e8cbdb9..82486e959ba 100644 --- a/sys/dev/dm/netbsd-dm.h +++ b/sys/dev/dm/netbsd-dm.h @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd-dm.h,v 1.8 2017/06/04 08:50:27 mbalmer Exp $ */ +/* $NetBSD: netbsd-dm.h,v 1.9 2019/12/03 15:03:14 tkusumi Exp $ */ /* * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -35,8 +35,6 @@ #include <sys/ioccom.h> #include <prop/proplib.h> -#define DM_CMD_LEN 16 - #define DM_IOCTL 0xfd #define DM_IOCTL_CMD 0 |
