summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/H5private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5private.h b/src/H5private.h
index b89967d..01b41db 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -834,11 +834,8 @@ H5_DLL void HDsrand(unsigned int seed);
#endif
/* sprintf() variable arguments */
#define HDsqrt(X) sqrt(X)
-H5_DLL void HDsrand(unsigned int seed);
-#define HDsrandom(S) HDsrand(S)
/* sscanf() variable arguments */
-
#ifdef WIN32
#ifdef __MWERKS__
#define HDstat(S,B) stat(S,B)