=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/update.c,v retrieving revision 1.148 retrieving revision 1.149 diff -u -r1.148 -r1.149 --- src/usr.bin/cvs/update.c 2008/06/09 22:31:24 1.148 +++ src/usr.bin/cvs/update.c 2008/06/09 23:54:27 1.149 @@ -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 @@ 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];