summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-07-14 13:54:44 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-07-14 13:54:44 (GMT)
commitfefc6cf8858535fb22d86001ab86bc1ce05e27bd (patch)
tree5d33853237cecf85887dfb5beba56bacf42c3224 /src
parent326b98fd08fa28719d27d48f39e07c2ac0bb8e30 (diff)
downloadhdf5-fefc6cf8858535fb22d86001ab86bc1ce05e27bd.zip
hdf5-fefc6cf8858535fb22d86001ab86bc1ce05e27bd.tar.gz
hdf5-fefc6cf8858535fb22d86001ab86bc1ce05e27bd.tar.bz2
Delete dead code. NFCI.
Diffstat (limited to 'src')
-rw-r--r--src/H5Fvfd_swmr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Fvfd_swmr.c b/src/H5Fvfd_swmr.c
index c96d294..e2b45b9 100644
--- a/src/H5Fvfd_swmr.c
+++ b/src/H5Fvfd_swmr.c
@@ -1565,9 +1565,6 @@ H5F__vfd_swmr_update_end_of_tick_and_tick_num(H5F_t *f, hbool_t incr_tick_num)
struct timespec new_end_of_tick; /* new end_of_tick in struct timespec */
int64_t curr_nsecs; /* current time in nanoseconds */
int64_t tlen_nsecs; /* tick_len in nanoseconds */
-#if 0 /* JRM */
- int64_t end_nsecs; /* end_of_tick in nanoseconds */
-#endif /* JRM */
int64_t new_end_nsecs; /* new end_of_tick in nanoseconds */
herr_t ret_value = SUCCEED; /* Return value */