Index: /trunk/psLib/src/collections/psList.c
===================================================================
--- /trunk/psLib/src/collections/psList.c	(revision 3064)
+++ /trunk/psLib/src/collections/psList.c	(revision 3065)
@@ -6,6 +6,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-19 20:49:35 $
+ *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-01-20 00:51:29 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -161,7 +161,4 @@
     iter->offEnd = false;
 
-    pthread_mutex_lock(&list->lock)
-    ;
-
     // add to the list's array of iterators
     psArray* listIterators = list->iterators;
@@ -179,7 +176,4 @@
         iter = NULL;
     }
-
-    pthread_mutex_unlock(&list->lock)
-    ;
 
     return iter;
Index: /trunk/psLib/src/types/psList.c
===================================================================
--- /trunk/psLib/src/types/psList.c	(revision 3064)
+++ /trunk/psLib/src/types/psList.c	(revision 3065)
@@ -6,6 +6,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-19 20:49:35 $
+ *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-01-20 00:51:29 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -161,7 +161,4 @@
     iter->offEnd = false;
 
-    pthread_mutex_lock(&list->lock)
-    ;
-
     // add to the list's array of iterators
     psArray* listIterators = list->iterators;
@@ -179,7 +176,4 @@
         iter = NULL;
     }
-
-    pthread_mutex_unlock(&list->lock)
-    ;
 
     return iter;
