diff options
Diffstat (limited to 'src/H5.c')
-rw-r--r-- | src/H5.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 { |