summaryrefslogtreecommitdiffstats
path: root/test/tconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tconfig.c')
-rw-r--r--test/tconfig.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/tconfig.c b/test/tconfig.c
index 8bd625f..8cffd54 100644
--- a/test/tconfig.c
+++ b/test/tconfig.c
@@ -161,11 +161,6 @@ test_config_ctypes(void)
vrfy_cint_type(int_least64_t, uint_least64_t, H5_SIZEOF_INT_LEAST64_T);
#endif
- /* pseudo standard basic types */
-#if H5_SIZEOF___INT64 > 0
- vrfy_cint_type(__int64, unsigned __int64, H5_SIZEOF___INT64);
-#endif
-
#if H5_SIZEOF_OFF_T > 0
vrfy_ctype(off_t, H5_SIZEOF_OFF_T);
#endif