diff options
author | 2005-02-22 23:17:42 +0000 | |
---|---|---|
committer | 2005-02-22 23:17:42 +0000 | |
commit | 1da8493dc99d7124033cef3a343dd7c0e469b3da (patch) | |
tree | 3f5044456932421570460914bec18792882e1258 /usr.bin | |
parent | get rid of code that shouldn't have made it in there (diff) | |
download | wireguard-openbsd-1da8493dc99d7124033cef3a343dd7c0e469b3da.tar.xz wireguard-openbsd-1da8493dc99d7124033cef3a343dd7c0e469b3da.zip |
unused variable
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cvs/sock.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/cvs/sock.c b/usr.bin/cvs/sock.c index 5151a55624b..cdde5fe14af 100644 --- a/usr.bin/cvs/sock.c +++ b/usr.bin/cvs/sock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sock.c,v 1.11 2005/02/15 20:14:49 jfb Exp $ */ +/* $OpenBSD: sock.c,v 1.12 2005/02/22 23:17:42 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -41,9 +41,6 @@ #include "cvsd.h" -volatile sig_atomic_t cvs_sock_doloop; - - char *cvsd_sock_path; /* daemon API */ |