diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/H5CS.c | 6 | ||||
-rw-r--r-- | src/H5FS.c | 6 |
2 files changed, 0 insertions, 12 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 */ @@ -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 */ |