diff options
author | ray <> | 2007-03-19 05:18:32 +0000 |
---|---|---|
committer | ray <> | 2007-03-19 05:18:32 +0000 |
commit | 74cd9effea31702c4f9012a69b773916cbe4f4eb (patch) | |
tree | 4d65ace96bf671207436298ab1343463df2d5801 /src/lib/libc/crypt | |
parent | 9c4b4ca341957016adebec4e1eb2446cf0261241 (diff) | |
download | openbsd-74cd9effea31702c4f9012a69b773916cbe4f4eb.tar.gz openbsd-74cd9effea31702c4f9012a69b773916cbe4f4eb.tar.bz2 openbsd-74cd9effea31702c4f9012a69b773916cbe4f4eb.zip |
Get rid of useless #if 0 block, especially since the code is included
immediately after.
OK millert@.
Diffstat (limited to 'src/lib/libc/crypt')
-rw-r--r-- | src/lib/libc/crypt/bcrypt.c | 6 |
1 files changed, 1 insertions, 5 deletions
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 @@ | |||
1 | /* $OpenBSD: bcrypt.c,v 1.22 2007/02/20 01:44:16 ray Exp $ */ | 1 | /* $OpenBSD: bcrypt.c,v 1.23 2007/03/19 05:18:32 ray Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> | 4 | * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
@@ -45,10 +45,6 @@ | |||
45 | * | 45 | * |
46 | */ | 46 | */ |
47 | 47 | ||
48 | #if 0 | ||
49 | #include <stdio.h> | ||
50 | #endif | ||
51 | |||
52 | #include <stdio.h> | 48 | #include <stdio.h> |
53 | #include <stdlib.h> | 49 | #include <stdlib.h> |
54 | #include <sys/types.h> | 50 | #include <sys/types.h> |