[svn-r23796] remove commented line with c++ style

This commit is contained in:
Allen Byrne 2013-06-20 10:06:14 -05:00
parent 8ae76fa4b8
commit 60cce86d0e

View File

@ -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;
}
/*-------------------------------------------------------------------------