Remove unused macros.

This commit is contained in:
maxv 2018-12-24 16:04:14 +00:00
parent 8172cc2f5e
commit 10c42fb96f
1 changed files with 1 additions and 21 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: verified_exec.h,v 1.58 2010/11/19 06:44:34 dholland Exp $ */
/* $NetBSD: verified_exec.h,v 1.59 2018/12/24 16:04:14 maxv Exp $ */
/*-
* Copyright (c) 2005, 2006 Elad Efrat <elad@NetBSD.org>
@ -77,26 +77,6 @@ struct vm_page;
#if defined(_KERNEL) && !defined(HAVE_NBTOOL_CONFIG_H)
#if NVERIEXEC > 0
/* FUTURE: remove this macro entirely - dholland 20100215 */
#define VERIEXEC_PATH_GET(from, cto, to) \
do { \
to = NULL; \
cto = from; \
} \
} while (/*CONSTCOND*/0)
#define VERIEXEC_PATH_PUT(to) \
do { \
(void)(to); \
} while (/*CONSTCOND*/0)
#else
#define VERIEXEC_PATH_GET(from, cto, to) \
cto = from
#define VERIEXEC_PATH_PUT(to) \
(void)to
#endif
/*
* Fingerprint operations vector for Veriexec.
* Function types: init, update, final.