summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-06-20 15:06:14 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-06-20 15:06:14 (GMT)
commit60cce86d0ed1b75bed5fb601573ecdb6c45081a2 (patch)
tree2743b48f637f36ca755f57c2bc173e289bc283fa /tools
parent8ae76fa4b829cb534f0db56fa6b285092b4f9c04 (diff)
downloadhdf5-60cce86d0ed1b75bed5fb601573ecdb6c45081a2.zip
hdf5-60cce86d0ed1b75bed5fb601573ecdb6c45081a2.tar.gz
hdf5-60cce86d0ed1b75bed5fb601573ecdb6c45081a2.tar.bz2
[svn-r23796] remove commented line with c++ style
Diffstat (limited to 'tools')
-rw-r--r--tools/lib/h5tools_str.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/lib/h5tools_str.c b/tools/lib/h5tools_str.c
index e17ae89..5820b28 100644
--- a/tools/lib/h5tools_str.c
+++ b/tools/lib/h5tools_str.c
@@ -631,8 +631,6 @@ h5tools_str_indent(h5tools_str_t *str, const h5tool_format_t *info,
for (i = 0; i < indentlevel; i++) {
h5tools_str_append(str, "%s", OPT(info->line_indent, ""));
}
-
-// ctx->need_prefix = 0;
}
/*-------------------------------------------------------------------------