summaryrefslogtreecommitdiffstats
path: root/src/H5CS.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-02-24 20:15:56 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-02-24 20:15:56 (GMT)
commit9005dfcdc281c692f1e3cafa1ec8fb8eece5b338 (patch)
treee889467752b60bfa60c6911d702f2bb11ef4fe2f /src/H5CS.c
parent8fc3673745d1de0f7817ce56a4855ad318ccb5e2 (diff)
downloadhdf5-9005dfcdc281c692f1e3cafa1ec8fb8eece5b338.zip
hdf5-9005dfcdc281c692f1e3cafa1ec8fb8eece5b338.tar.gz
hdf5-9005dfcdc281c692f1e3cafa1ec8fb8eece5b338.tar.bz2
[svn-r6431] Purpose:
Comment cleanup Description: Corrected comment information.
Diffstat (limited to 'src/H5CS.c')
-rw-r--r--src/H5CS.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/H5CS.c b/src/H5CS.c
index b523251..9ec80de 100644
--- a/src/H5CS.c
+++ b/src/H5CS.c
@@ -24,12 +24,6 @@
* first called functions will have entries on the stack. This is
* expected to be a rare condition.
*
- * Each thread has its own function stack, but since
- * multi-threading has not been added to the library yet, this
- * package maintains a single function stack. The function stack
- * is statically allocated to reduce the complexity of handling
- * errors within the H5FS package.
- *
*/
#include "H5private.h" /* Generic Functions */
#include "H5FSprivate.h" /* Private function stack routines */