Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 4069)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 4070)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.111 2005-06-01 04:30:57 jhoblitt Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.112 2005-06-01 21:04:33 jhoblitt Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -653,3 +653,4 @@
 \item change \code{psVector} to store it's number of elements as an \code{unsigned long int}
 \item change \code{psArray} to store it's number of elements as an \code{unsigned long int}
-\end{itemize}
+\item remove \code{lock} from \code{psList}
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 4069)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 4070)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.245 2005-06-01 04:30:57 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.246 2005-06-01 21:04:33 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -1634,5 +1634,4 @@
    psListElem *tail;                   ///< last element on list (may be NULL)
    psArray *iterators;                 ///< array of psListIterator: iteration cursors
-   pthread_mutex_t lock;               ///< mutex to lock a node during changes
 } psList;
 \end{datatype}
@@ -1642,6 +1641,5 @@
 pointer to the last element in the list (\code{tail}), an array of
 iteration cursors, (\code{iterators}), and an entry to define the
-number of elements in the list (\code{size}).  The \code{lock} should
-be applied during changes to the list to maintain thread safety.
+number of elements in the list (\code{size}).
 
 The elements of the list are defined by the type \code{psListElem}:
