summaryrefslogtreecommitdiffstats
path: root/src/H5FDvfd_swmr_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDvfd_swmr_private.h')
-rw-r--r--src/H5FDvfd_swmr_private.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/H5FDvfd_swmr_private.h b/src/H5FDvfd_swmr_private.h
index d0e2380..02e1c44 100644
--- a/src/H5FDvfd_swmr_private.h
+++ b/src/H5FDvfd_swmr_private.h
@@ -88,9 +88,4 @@ H5_DLL herr_t H5F_dump_eot_queue(void);
/* Log Macros and Functions */
/***************************************/
-/* VFD SWMR Helper macro to calcuate the elapsed time */
-/* The total time is in seconds */
-#define TOTAL_TIME_PASSED(X, Y) \
- ((double)((Y.tv_sec - X.tv_sec) * 1000000000 + (Y.tv_nsec - X.tv_nsec))) / 1000000000.0
-
#endif /* H5FDvfd_swmr_private_H */