diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2010-11-11 21:01:00 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2010-11-11 21:01:00 +0000 |
commit | 16043b208195fe60c8a42da84278afe176951710 (patch) | |
tree | 86880f366402cfab5f0e791c73ff5ced4ec495b8 /usr.bin/cvs/util.h | |
parent | 7aa463e937770b401d6ad4a98e66cc789c9b7a6b (diff) |
Nuke dead assignments and a dead function, from Michael W Bombardieri
using lint.
Diffstat (limited to 'usr.bin/cvs/util.h')
-rw-r--r-- | usr.bin/cvs/util.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/util.h b/usr.bin/cvs/util.h index e80b2ce4620..bf2dc284b53 100644 --- a/usr.bin/cvs/util.h +++ b/usr.bin/cvs/util.h @@ -1,4 +1,4 @@ -/* $OpenBSD: util.h,v 1.29 2010/09/23 18:10:16 nicm Exp $ */ +/* $OpenBSD: util.h,v 1.30 2010/11/11 21:00:59 nicm Exp $ */ /* * Copyright (c) 2006 Niall O'Higgins <niallo@openbsd.org> * All rights reserved. @@ -34,7 +34,6 @@ void cvs_strtomode(const char *, mode_t *); void cvs_mkadmin(const char *, const char *, const char *, char *, char *); void cvs_mkpath(const char *, char *); void cvs_mkdir(const char *, mode_t); -int cvs_cksum(const char *, char *, size_t); int cvs_getargv(const char *, char **, int); int cvs_chdir(const char *, int); int cvs_rename(const char *, const char *); |