From 1443f5ece18753ebaf5ae6fe3e155bf4e5aead83 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Mon, 9 Jun 2008 23:54:28 +0000 Subject: unused var --- usr.bin/cvs/update.c | 3 +-- 1 file changed, 1 insertion(+), 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 * @@ -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]; -- cgit v1.2.3