From 401856703b0f7c70adf38ed97c45fcf179fc44b8 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 31 May 2007 12:55:35 -0500 Subject: [svn-r13823] Description: Minor code cleanup to reduce initialization overhead. Tested on: Mac OS X/32 10.4.9 (amazon) --- src/H5HG.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5HG.c b/src/H5HG.c index 0ff9249..a4cb233 100644 --- a/src/H5HG.c +++ b/src/H5HG.c @@ -200,7 +200,7 @@ H5HG_create (H5F_t *f, hid_t dxpl_id, size_t size) haddr_t addr; size_t n; - FUNC_ENTER_NOAPI(H5HG_create, HADDR_UNDEF); + FUNC_ENTER_NOAPI_NOINIT(H5HG_create) /* Check args */ assert (f); -- cgit v0.12