summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5private.h b/src/H5private.h
index d144a95..4feeb09 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -771,11 +771,7 @@ typedef off_t h5_stat_size_t;
#define HDsinh(X) sinh(X)
#define HDsleep(N) sleep(N)
#ifdef H5_HAVE_SNPRINTF
-#ifdef __WATCOMC__
-# define HDsnprintf _snprintf /*varargs*/
-#else /* __WATCOMC__ */
# define HDsnprintf snprintf /*varargs*/
-#endif /* __WATCOMC__ */
#endif
/* sprintf() variable arguments */
#define HDsqrt(X) sqrt(X)