summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/cmd.c')
-rw-r--r--usr.bin/cvs/cmd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/cmd.c b/usr.bin/cvs/cmd.c
index 92cf2dcf4e2..e1dd327a233 100644
--- a/usr.bin/cvs/cmd.c
+++ b/usr.bin/cvs/cmd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd.c,v 1.63 2007/09/25 10:56:04 chl Exp $ */
+/* $OpenBSD: cmd.c,v 1.64 2008/01/10 10:05:40 tobias Exp $ */
/*
* Copyright (c) 2005 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -66,7 +66,6 @@ struct cvs_cmd *
cvs_findcmd(const char *cmd)
{
int i, j;
- struct cvs_cmd *cmdp;
cmdp = NULL;