diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-01-22 13:59:28 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-01-22 13:59:28 (GMT) |
commit | a2f274ec459ce1282380cdf63f58b4e4c03c1751 (patch) | |
tree | 017b9b3d93810e20dc4ddc588916fc3ccbbba59b /src/H5D.c | |
parent | cfb095ae9ce9d59eb5fbf407d60b5308fef67ba5 (diff) | |
download | hdf5-a2f274ec459ce1282380cdf63f58b4e4c03c1751.zip hdf5-a2f274ec459ce1282380cdf63f58b4e4c03c1751.tar.gz hdf5-a2f274ec459ce1282380cdf63f58b4e4c03c1751.tar.bz2 |
[svn-r9859] Purpose:
Code cleanup
Description:
Clean up a few rements from the Pablo removal
Platforms tested:
None, very minor
Diffstat (limited to 'src/H5D.c')
-rw-r--r-- | src/H5D.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -17,9 +17,6 @@ /* Interface initialization */ #define H5_INTERFACE_INIT_FUNC H5D_init_interface -/* Pablo information */ -/* (Put before include files to avoid problems with inline functions) */ - #include "H5private.h" /* Generic Functions */ #include "H5Dpkg.h" /* Datasets */ #include "H5Eprivate.h" /* Error handling */ |