From 9005dfcdc281c692f1e3cafa1ec8fb8eece5b338 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 24 Feb 2003 15:15:56 -0500 Subject: [svn-r6431] Purpose: Comment cleanup Description: Corrected comment information. --- src/H5CS.c | 6 ------ src/H5FS.c | 6 ------ 2 files changed, 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 */ -- cgit v0.12