summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LT.c
diff options
context:
space:
mode:
Diffstat (limited to 'hl/src/H5LT.c')
-rw-r--r--hl/src/H5LT.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/hl/src/H5LT.c b/hl/src/H5LT.c
index c3f0870..10ce1c5 100644
--- a/hl/src/H5LT.c
+++ b/hl/src/H5LT.c
@@ -2479,10 +2479,6 @@ next:
sprintf(tmp_str, "OPQ_SIZE %d;\n", H5Tget_size(dtype));
strcat(*dt_str, tmp_str);
- indentation(indent + COL, *dt_str);
- sprintf(tmp_str, "OPQ_TAG \"%s\";\n", H5Tget_tag(dtype));
- strcat(*dt_str, tmp_str);
-
/* Print closing */
indent -= COL;
indentation(indent + COL, *dt_str);