diff options
| -rw-r--r-- | src/file_handle_cache_stats.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/file_handle_cache_stats.erl b/src/file_handle_cache_stats.erl index 5dcf19c5f1..b54d22ef61 100644 --- a/src/file_handle_cache_stats.erl +++ b/src/file_handle_cache_stats.erl @@ -58,8 +58,6 @@ update(Op) -> get() -> lists:sort(ets:tab2list(?TABLE)). -%% TODO timer:tc/1 was introduced in R14B03; use that function once we -%% require that version. timer_tc(Thunk) -> T1 = time_compat:monotonic_time(), Res = Thunk(), |
