=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/rcs.c,v retrieving revision 1.281 retrieving revision 1.282 diff -u -r1.281 -r1.282 --- src/usr.bin/cvs/rcs.c 2008/09/17 06:47:57 1.281 +++ src/usr.bin/cvs/rcs.c 2008/11/09 08:51:43 1.282 @@ -1,4 +1,4 @@ -/* $OpenBSD: rcs.c,v 1.281 2008/09/17 06:47:57 reyk Exp $ */ +/* $OpenBSD: rcs.c,v 1.282 2008/11/09 08:51:43 tobias Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -2539,15 +2539,12 @@ /* * rcs_rev_setlog() * - * Sets the log message of revision to + * Sets the log message of revision to . */ int rcs_rev_setlog(RCSFILE *rfp, RCSNUM *rev, const char *logtext) { struct rcs_delta *rdp; - char buf[CVS_REV_BUFSZ]; - - rcsnum_tostr(rev, buf, sizeof(buf)); if ((rdp = rcs_findrev(rfp, rev)) == NULL) return (-1);