diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-03-27 14:23:24 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-03-27 14:23:24 (GMT) |
commit | e270981617f5e1edec5318b4ed9680eb87940027 (patch) | |
tree | 9dfc85fe143c30ada23b978635c6ce12165a83e7 /tools | |
parent | e26999516d0db4701dcc1fa7711bb3a6751b48e8 (diff) | |
download | hdf5-e270981617f5e1edec5318b4ed9680eb87940027.zip hdf5-e270981617f5e1edec5318b4ed9680eb87940027.tar.gz hdf5-e270981617f5e1edec5318b4ed9680eb87940027.tar.bz2 |
[svn-r26611] Remove complete section of VIRTUAL output.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lib/h5tools_dump.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/lib/h5tools_dump.c b/tools/lib/h5tools_dump.c index a6cca94..7d25c7a 100644 --- a/tools/lib/h5tools_dump.c +++ b/tools/lib/h5tools_dump.c @@ -3156,12 +3156,6 @@ h5tools_dump_dcpl(FILE *stream, const h5tool_format_t *info, { size_t vmaps; -/* EIP - h5tools_str_reset(&buffer); - h5tools_str_append(&buffer, "%s %s", VDS_VIRTUAL, BEGIN); -*/ - h5tools_render_element(stream, info, ctx, &buffer, &curr_pos, (size_t) ncols, (hsize_t) 0, (hsize_t) 0); - H5Pget_virtual_count(dcpl_id, &vmaps); if (vmaps) { |