Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 4068)
+++ 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}:
