From 74cd9effea31702c4f9012a69b773916cbe4f4eb Mon Sep 17 00:00:00 2001 From: ray <> Date: Mon, 19 Mar 2007 05:18:32 +0000 Subject: Get rid of useless #if 0 block, especially since the code is included immediately after. OK millert@. --- src/lib/libc/crypt/bcrypt.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libc/crypt/bcrypt.c b/src/lib/libc/crypt/bcrypt.c index 2f547585a3..769d303402 100644 --- a/src/lib/libc/crypt/bcrypt.c +++ b/src/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 @@ -45,10 +45,6 @@ * */ -#if 0 -#include -#endif - #include #include #include -- cgit v1.2.3-55-g6feb