summaryrefslogtreecommitdiffstats
path: root/tools/h5dump
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2013-06-26 06:26:13 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2013-06-26 06:26:13 (GMT)
commit1bd478b1dcbde9776a40e121ade81700d518072b (patch)
treebbd1037f4b32b823b1d8226cee655582cbc8002d /tools/h5dump
parent339d98115efd6f7ab9655c2bca2fbcf19207cb5d (diff)
downloadhdf5-1bd478b1dcbde9776a40e121ade81700d518072b.zip
hdf5-1bd478b1dcbde9776a40e121ade81700d518072b.tar.gz
hdf5-1bd478b1dcbde9776a40e121ade81700d518072b.tar.bz2
[svn-r23826] Bug HDFFV-8469: C++ comments in C code.
Found and removed two more "//" comments. Tested: in Koala by $ env CFLAGS="-ansi" ../hdf5/bin/buildhdf5 -fortran -cxx -config # enable fortran and cxx, configure only $ make AM_CFLAGS=-ansi # compile all source file by setting HDF5 build CFLAGS as "-ansi" only
Diffstat (limited to 'tools/h5dump')
-rw-r--r--tools/h5dump/h5dump_ddl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/h5dump/h5dump_ddl.c b/tools/h5dump/h5dump_ddl.c
index a9851f4..d3ea1fe 100644
--- a/tools/h5dump/h5dump_ddl.c
+++ b/tools/h5dump/h5dump_ddl.c
@@ -1341,8 +1341,6 @@ handle_attributes(hid_t fid, const char *attr, void UNUSED * data, int UNUSED pe
string_dataformat.do_escape = display_escape;
outputformat = &string_dataformat;
- //attr_name = attr + j + 1;
- // need to replace escape characters
attr_name = h5tools_str_replace(attr + j + 1, "\\/", "/");