summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixNotfy.c
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-11-24 20:19:22 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-11-24 20:19:22 (GMT)
commit41d7843d1c92d49fc532be60eb3773272770d1a6 (patch)
tree21167115299e3a7383f972da8b21dd33cfb8dd45 /unix/tclUnixNotfy.c
parentc65844feb7b671bd5048f36bf763d004947c3fc1 (diff)
downloadtcl-41d7843d1c92d49fc532be60eb3773272770d1a6.zip
tcl-41d7843d1c92d49fc532be60eb3773272770d1a6.tar.gz
tcl-41d7843d1c92d49fc532be60eb3773272770d1a6.tar.bz2
took out redundant memcpy from tclUnixNotfy.c
Diffstat (limited to 'unix/tclUnixNotfy.c')
-rw-r--r--unix/tclUnixNotfy.c4
1 files changed, 1 insertions, 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),