summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5.c b/src/H5.c
index 47a0024..42d19dc 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -777,9 +777,6 @@ HDfprintf (FILE *stream, const char *fmt, ...)
} else if (sizeof(x->offset)==SIZEOF_LONG_LONG) {
HDstrcat(template, PRINTF_LL_WIDTH);
HDstrcat(template, "d");
- } else if (sizeof(x->offset)==SIZEOF___INT64) {
- HDstrcat(template, PRINTF_LL_WIDTH);
- HDstrcat(template, "d");
}
n = fprintf(stream, template, x->offset);
} else {