From 41d7843d1c92d49fc532be60eb3773272770d1a6 Mon Sep 17 00:00:00 2001 From: Kevin B Kenny Date: Wed, 24 Nov 2004 20:19:22 +0000 Subject: took out redundant memcpy from tclUnixNotfy.c --- unix/tclUnixNotfy.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/unix/tclUnixNotfy.c b/unix/tclUnixNotfy.c index 9d5e757..385e4d7 100644 --- a/unix/tclUnixNotfy.c +++ b/unix/tclUnixNotfy.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclUnixNotfy.c,v 1.11.2.5 2004/11/24 19:49:35 kennykb Exp $ + * RCS: @(#) $Id: tclUnixNotfy.c,v 1.11.2.6 2004/11/24 20:19:22 kennykb Exp $ */ #include "tclInt.h" @@ -769,8 +769,6 @@ Tcl_WaitForEvent(timePtr) #else tsdPtr->readyMasks = tsdPtr->checkMasks; - memcpy((VOID *) tsdPtr->readyMasks, (VOID *) tsdPtr->checkMasks, - sizeof( SelectMasks ) ); numFound = select( tsdPtr->numFdBits, &(tsdPtr->readyMasks.readable), &(tsdPtr->readyMasks.writable), -- cgit v0.12