From 08b9df0614f05c24aaaa08aac339a2eb13a9ee85 Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 2 Feb 2006 14:09:48 +0000 Subject: Removing a lot of warnings, as well as a bunch of terrible bugs! --- lib/Handle.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/Handle.cc') diff --git a/lib/Handle.cc b/lib/Handle.cc index 4722e94..b61e063 100644 --- a/lib/Handle.cc +++ b/lib/Handle.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Handle.cc,v 1.76 2006-01-31 17:02:39 pixel Exp $ */ +/* $Id: Handle.cc,v 1.77 2006-02-02 14:09:48 pixel Exp $ */ #include #include @@ -545,7 +545,6 @@ void copyone(Handle * s, Handle * d, ssize_t size) { #define BSIZE 20480 void copy(Handle * s, Handle * d, ssize_t size) { - long i; static unsigned char b[BSIZE]; long r; -- cgit v1.2.3