diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2004-03-18 18:48:02 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2004-03-18 18:48:02 (GMT) |
commit | e45e85190bf33ce8f49e4b919cab6fa60d4ff967 (patch) | |
tree | 572d6027dbebd2ee5d05aa06a2fdfa5d0b3040df /src/H5Tpkg.h | |
parent | a8ec063090e86e4419a036b742258475641fbb18 (diff) | |
download | hdf5-e45e85190bf33ce8f49e4b919cab6fa60d4ff967.zip hdf5-e45e85190bf33ce8f49e4b919cab6fa60d4ff967.tar.gz hdf5-e45e85190bf33ce8f49e4b919cab6fa60d4ff967.tar.bz2 |
[svn-r8265] Purpose: Code cleanup
Description: Some printing commands left there for debugging.
Solution: Took them out.
Platforms tested: fuss(RH8). Simple change
Diffstat (limited to 'src/H5Tpkg.h')
-rw-r--r-- | src/H5Tpkg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Tpkg.h b/src/H5Tpkg.h index e7d3b04..70a4f56 100644 --- a/src/H5Tpkg.h +++ b/src/H5Tpkg.h @@ -1079,7 +1079,6 @@ H5_DLL void H5T_bit_set_d(uint8_t *buf, size_t offset, size_t size, H5_DLL ssize_t H5T_bit_find(uint8_t *buf, size_t offset, size_t size, H5T_sdir_t direction, hbool_t value); H5_DLL htri_t H5T_bit_inc(uint8_t *buf, size_t start, size_t size); -H5_DLL void H5T_bit_dec2(uint8_t *buf, size_t start, size_t size); H5_DLL htri_t H5T_bit_dec(uint8_t *buf, size_t start, size_t size); H5_DLL void H5T_bit_neg(uint8_t *buf, size_t start, size_t size); |