diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2011-04-20 18:43:58 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2011-04-20 18:43:58 +0000 |
commit | 8de9bbfff0caaf69ec0fcb39cae6620c15ef94b6 (patch) | |
tree | 6a2797684fcbe5e3731d92b0cf8c123b5d94ee7e /usr.bin/cvs/cvs.h | |
parent | 921d3a2377e16250d44c450225b753574a51ccd7 (diff) |
Remove some includes and defines that are no longer needed, from Michael
W Bombardieri.
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r-- | usr.bin/cvs/cvs.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h index ba74fdf691e..7dfdbcd0dd6 100644 --- a/usr.bin/cvs/cvs.h +++ b/usr.bin/cvs/cvs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.179 2010/09/29 18:14:52 nicm Exp $ */ +/* $OpenBSD: cvs.h,v 1.180 2011/04/20 18:43:57 nicm Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -40,8 +40,6 @@ #define CVS_VERSION "OpenCVS 4.5" -#define CVS_CKSUM_LEN MD5_DIGEST_STRING_LENGTH - #define CVS_REV_BUFSZ 32 #define CVS_TIME_BUFSZ 64 |