From a051d43645edb74483fcc2757fa267d081f527df Mon Sep 17 00:00:00 2001 From: Mike McGreevy Date: Mon, 23 Jun 2008 12:04:27 -0500 Subject: [svn-r15261] Purpose: Removing unneeded assertion Description: Removing a broken assertion. In my last checkin I moved the location where bodydata (in H5C2_jb__journal_entry) gets initialized, and forget to update the assertion appropriately. Tested: kagiso --- src/H5C2journal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/H5C2journal.c b/src/H5C2journal.c index 73e0b55..b12e8e0 100644 --- a/src/H5C2journal.c +++ b/src/H5C2journal.c @@ -2906,7 +2906,6 @@ H5C2_jb__journal_entry(H5C2_jbrb_t * struct_ptr, #endif /* JRM */ /* Check Arguments */ HDassert(struct_ptr); - HDassert(bodydata); HDassert(struct_ptr->magic == H5C2__H5C2_JBRB_T_MAGIC); /* Make a copy of body data */ -- cgit v0.12