Module Name: src
Committed By: maxv
Date: Mon Dec 24 16:04:14 UTC 2018
Modified Files:
src/sys/sys: verified_exec.h
Log Message:
Remove unused macros.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/sys/verified_exec.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/verified_exec.h
diff -u src/sys/sys/verified_exec.h:1.58 src/sys/sys/verified_exec.h:1.59
--- src/sys/sys/verified_exec.h:1.58 Fri Nov 19 06:44:34 2010
+++ src/sys/sys/verified_exec.h Mon Dec 24 16:04:14 2018
@@ -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 <[email protected]>
@@ -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.