From: Sascha Wildner Date: Wed, 18 Feb 2015 14:14:01 +0000 (+0100) Subject: vinum(8): Remove unused macro. X-Git-Tag: v4.2.0rc~796 X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/commitdiff_plain/fc12a89b670569d182c739c936f7738e89e56025 vinum(8): Remove unused macro. If it is ever needed, it can be done with offsetof(). --- diff --git a/sbin/vinum/v.c b/sbin/vinum/v.c index 13b8de4041..9d578f7ac0 100644 --- a/sbin/vinum/v.c +++ b/sbin/vinum/v.c @@ -34,7 +34,6 @@ * * $Id: v.c,v 1.31 2000/09/03 01:29:26 grog Exp grog $ * $FreeBSD: src/sbin/vinum/v.c,v 1.26.2.3 2001/03/13 03:04:06 grog Exp $ - * $DragonFly: src/sbin/vinum/v.c,v 1.6 2007/07/22 22:46:09 corecode Exp $ */ #include @@ -100,8 +99,6 @@ int superdev; /* vinum super device */ void start_daemon(void); -#define ofs(x) ((void *) (& ((struct confdata *) 0)->x)) /* offset of x in struct confdata */ - char *token[MAXARGS]; /* pointers to individual tokens */ int tokens; /* number of tokens */