diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2013-09-29 16:28:36 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2013-09-29 16:28:36 +0000 |
commit | 6e414d665b5c32229646dc9c1955727f7f0c9988 (patch) | |
tree | dbb57851eac01ffec12f972d47a0e3658d1634c2 | |
parent | 305bca129e104c3e41213478dfd51baac10cf768 (diff) |
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 |