diff options
author | 2013-09-29 16:28:35 +0000 | |
---|---|---|
committer | 2013-09-29 16:28:35 +0000 | |
commit | 3559e439d632e48c6dbd1677a6ff38caf8b94018 (patch) | |
tree | 82a08c855fd9217d6bed1dd2059619b4ddbc546a | |
parent | purge compat junk related to drand48; ok guenther (diff) | |
download | wireguard-openbsd-3559e439d632e48c6dbd1677a6ff38caf8b94018.tar.xz wireguard-openbsd-3559e439d632e48c6dbd1677a6ff38caf8b94018.zip |
Removed some unused code
-rw-r--r-- | sys/sys/hibernate.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/sys/hibernate.h b/sys/sys/hibernate.h index fa01a982668..79be3e95dc7 100644 --- a/sys/sys/hibernate.h +++ b/sys/sys/hibernate.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hibernate.h,v 1.24 2013/04/09 18:58:03 mlarkin Exp $ */ +/* $OpenBSD: hibernate.h,v 1.25 2013/09/29 16:28:35 mlarkin Exp $ */ /* * Copyright (c) 2011 Ariane van der Steldt <ariane@stack.nl> @@ -24,10 +24,6 @@ #include <lib/libz/zlib.h> #include <machine/vmparam.h> -#if 0 -#define HIBERNATE_DEBUG -#endif - #define HIBERNATE_CHUNK_USED 1 #define HIBERNATE_CHUNK_CONFLICT 2 #define HIBERNATE_CHUNK_PLACED 4 |