diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2008-06-09 23:54:28 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2008-06-09 23:54:28 +0000 |
commit | 1443f5ece18753ebaf5ae6fe3e155bf4e5aead83 (patch) | |
tree | 8e018df0b0f6f38e414da6c0c65ba04c37bdc3f8 | |
parent | 6ab91dcac15548bdc6bcffa3890577632f184bfd (diff) |
unused var
-rw-r--r-- | usr.bin/cvs/update.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/update.c b/usr.bin/cvs/update.c index 32a6c7cb7db..7f7a54328b0 100644 --- a/usr.bin/cvs/update.c +++ b/usr.bin/cvs/update.c @@ -1,4 +1,4 @@ -/* $OpenBSD: update.c,v 1.148 2008/06/09 22:31:24 tobias Exp $ */ +/* $OpenBSD: update.c,v 1.149 2008/06/09 23:54:27 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * @@ -475,7 +475,6 @@ cvs_update_local(struct cvs_file *cf) static void update_clear_conflict(struct cvs_file *cf) { - time_t now; CVSENTRIES *entlist; char *entry, revbuf[CVS_REV_BUFSZ]; char sticky[CVS_ENT_MAXLINELEN], opt[4]; |