summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Larkin <mlarkin@cvs.openbsd.org>2013-09-29 16:28:36 +0000
committerMike Larkin <mlarkin@cvs.openbsd.org>2013-09-29 16:28:36 +0000
commit6e414d665b5c32229646dc9c1955727f7f0c9988 (patch)
treedbb57851eac01ffec12f972d47a0e3658d1634c2
parent305bca129e104c3e41213478dfd51baac10cf768 (diff)
Removed some unused code
-rw-r--r--sys/sys/hibernate.h6
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