summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-10-22 18:37:56 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-10-22 18:37:56 (GMT)
commitd2f2b5090cec5a75697dd5db04ede7ee0fa6d687 (patch)
treedb3c3ee7d1a601608eabbf383f36a8aa2067c47e /src/H5.c
parente3d9211fa94de3e43908368e5e313930c8cea18c (diff)
downloadhdf5-d2f2b5090cec5a75697dd5db04ede7ee0fa6d687.zip
hdf5-d2f2b5090cec5a75697dd5db04ede7ee0fa6d687.tar.gz
hdf5-d2f2b5090cec5a75697dd5db04ede7ee0fa6d687.tar.bz2
[svn-r11598] Purpose:
Code cleanup Description: Take out odd definition of HDalarm() and replace with standard macro like the rest of the library. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/H5.c b/src/H5.c
index 51f81ea..cd4d2a2 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -830,18 +830,6 @@ HDvsnprintf(char *buf, size_t UNUSED size, const char *fmt, va_list ap)
#endif /* H5_HAVE_VSNPRINTF */
#endif /* __PUMAGON__ */
-#ifndef H5_HAVE_ALARM
-#ifdef WIN32
-unsigned int HDalarm(N) {
- return 0;
-}
-#endif
-#else
-unsigned int HDalarm(unsigned int N) {
- return alarm(N);
-}
-#endif
-
/*-------------------------------------------------------------------------
* Function: HDfprintf