From 3c9420c967db91e486a85b7167696d37ce54d0d0 Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Mon, 22 Mar 2004 09:20:38 -0500 Subject: [svn-r8270] Purpose: code cleanup Description: took out function of older algorithm(H5T_bit_neg2). Platforms tested: fuss --- src/H5Tbit.c | 33 --------------------------------- src/H5Tpkg.h | 1 - 2 files changed, 34 deletions(-) diff --git a/src/H5Tbit.c b/src/H5Tbit.c index b2908b1..c9b2b4c 100644 --- a/src/H5Tbit.c +++ b/src/H5Tbit.c @@ -629,39 +629,6 @@ done: /*------------------------------------------------------------------------- - * Function: H5T_bit_neg2 - * - * Purpose: Bit-negate buffer. - * At this moment, START is always 0 and SIZE is always a - * multiply of 8 (in bit). - * - * Return: void - * - * Programmer: Raymond Lu - * Wednesday, Jan 28, 2004 - * - * Modifications: - * - * Need to generalize it to handle rand START and SIZE like - * H5T_bit_inc. - * - *------------------------------------------------------------------------- - */ -void -H5T_bit_neg2(uint8_t *buf, size_t start, size_t size) -{ - size_t i; - - assert(buf); - assert(size); - assert(start==0); - - for(i=0; i