summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2015-11-27 18:57:19 +0300
committerMichael Klishin <michael@clojurewerkz.org>2015-11-27 18:57:19 +0300
commit8b9574fcd517cde55be9ba670a99da433483430f (patch)
treecb17a0dd8cf117c2e8b353e0b2e5b8d7bbfe978a /src
parente94ec88efd3fe8f3a8e472474ad68612e88e0437 (diff)
downloadrabbitmq-server-git-8b9574fcd517cde55be9ba670a99da433483430f.tar.gz
This comment is no longer relevantrabbitmq_v3_6_0_rc1
Diffstat (limited to 'src')
-rw-r--r--src/file_handle_cache_stats.erl2
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(),