summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Lai <ray@cvs.openbsd.org>2007-03-19 05:18:33 +0000
committerRay Lai <ray@cvs.openbsd.org>2007-03-19 05:18:33 +0000
commit78fa45b2df81d2489222ef40c819d140170216c1 (patch)
treed806d38afd1e0f19bbeaef363e518ccc0027970c
parent6cc041e66c3c5c0807d96556a7f06bd7295d966c (diff)
Get rid of useless #if 0 block, especially since the code is included
immediately after. OK millert@.
-rw-r--r--lib/libc/crypt/bcrypt.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/crypt/bcrypt.c b/lib/libc/crypt/bcrypt.c
index 2f547585a38..769d303402f 100644
--- a/lib/libc/crypt/bcrypt.c
+++ b/lib/libc/crypt/bcrypt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bcrypt.c,v 1.22 2007/02/20 01:44:16 ray Exp $ */
+/* $OpenBSD: bcrypt.c,v 1.23 2007/03/19 05:18:32 ray Exp $ */
/*
* Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
@@ -45,10 +45,6 @@
*
*/
-#if 0
-#include <stdio.h>
-#endif
-
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>