diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-24 21:30:34 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-24 21:30:34 (GMT) |
commit | c5b28bc035f275eb566806515cbda09e59d5b390 (patch) | |
tree | bb328e51a8e48d56a3901d8d7ef0b69aa531b55c /src/H5Tdbg.c | |
parent | 897bdeaef7fdc64bb3bde589f1c2c65956c122d4 (diff) | |
download | hdf5-c5b28bc035f275eb566806515cbda09e59d5b390.zip hdf5-c5b28bc035f275eb566806515cbda09e59d5b390.tar.gz hdf5-c5b28bc035f275eb566806515cbda09e59d5b390.tar.bz2 |
[svn-r14008] Description:
Minor comment & testing cleanups
Tested on:
FreeBSD/32 6.2 (duty)
FreeBSD/64 6.2 (liberty)
Linux/32 2.6 (kagiso)
Mac OS X/32 10.4.10 (amazon)
Solaris/32 2.10 (linew)
Diffstat (limited to 'src/H5Tdbg.c')
-rw-r--r-- | src/H5Tdbg.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/H5Tdbg.c b/src/H5Tdbg.c index 88e084d..92ab674 100644 --- a/src/H5Tdbg.c +++ b/src/H5Tdbg.c @@ -13,13 +13,6 @@ * access to either file, you may request a copy from help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* - * Module Info: This module contains most of the "core" functionality of - * the H5T interface, including the API initialization code, etc. - * Many routines that are infrequently used, or are specialized for - * one particular datatype class are in another module. - */ - /*------------------------------------------------------------------------- * * Created: H5Tdbg.c |