diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-02-24 20:15:56 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-02-24 20:15:56 (GMT) |
commit | 9005dfcdc281c692f1e3cafa1ec8fb8eece5b338 (patch) | |
tree | e889467752b60bfa60c6911d702f2bb11ef4fe2f /src/H5CS.c | |
parent | 8fc3673745d1de0f7817ce56a4855ad318ccb5e2 (diff) | |
download | hdf5-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.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 */ |