From 4a60768d8482eff2371449d8ed62b437b017b57c Mon Sep 17 00:00:00 2001 From: Jean-Francois Brousseau Date: Mon, 2 Aug 2004 15:59:39 +0000 Subject: Unused variables --- usr.bin/cvs/cvsd.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr.bin/cvs') diff --git a/usr.bin/cvs/cvsd.c b/usr.bin/cvs/cvsd.c index 2295b11f285..8d7a20ec038 100644 --- a/usr.bin/cvs/cvsd.c +++ b/usr.bin/cvs/cvsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvsd.c,v 1.3 2004/07/25 03:29:35 jfb Exp $ */ +/* $OpenBSD: cvsd.c,v 1.4 2004/08/02 15:59:38 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -636,8 +636,6 @@ static void cvsd_child_loop(void) { int ret, timeout; - uid_t uid; - gid_t gid; struct pollfd pfd[1]; pfd[0].fd = cvsd_privfd; -- cgit v1.2.3