summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/H5CS.c6
-rw-r--r--src/H5FS.c6
2 files changed, 0 insertions, 12 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 */
diff --git a/src/H5FS.c b/src/H5FS.c
index b523251..9ec80de 100644
--- a/src/H5FS.c
+++ b/src/H5FS.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 */