summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorniallo <niallo@openbsd.org>2005-10-16 11:36:56 +0000
committerniallo <niallo@openbsd.org>2005-10-16 11:36:56 +0000
commit8b40c76042fb660b8e8d1a9fc67f1e8d1180666d (patch)
tree1a1db7fcfd91a5331e51302483002596d3f41f6f
parent- remove unused `rcsfile' parameter from checkin_getlogmsg() (diff)
downloadwireguard-openbsd-8b40c76042fb660b8e8d1a9fc67f1e8d1180666d.tar.xz
wireguard-openbsd-8b40c76042fb660b8e8d1a9fc67f1e8d1180666d.zip
- remove unused `flags' variable.
-rw-r--r--usr.bin/rcs/ci.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c
index 45c64a981e5..98d6aa36735 100644
--- a/usr.bin/rcs/ci.c
+++ b/usr.bin/rcs/ci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ci.c,v 1.34 2005/10/16 11:35:11 niallo Exp $ */
+/* $OpenBSD: ci.c,v 1.35 2005/10/16 11:36:56 niallo Exp $ */
/*
* Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org>
* All rights reserved.
@@ -70,7 +70,7 @@ checkin_usage(void)
int
checkin_main(int argc, char **argv)
{
- int i, ch, flags, force, lkmode, interactive, rflag, status;
+ int i, ch, force, lkmode, interactive, rflag, status;
mode_t fmode;
time_t date;
RCSFILE *file;
@@ -81,7 +81,6 @@ checkin_main(int argc, char **argv)
BUF *bp;
date = DATE_NOW;
- flags = RCS_RDWR;
file = NULL;
rcs_msg = username = NULL;
newrev = NULL;