diff options
| -rw-r--r-- | src/rabbit_vm.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rabbit_vm.erl b/src/rabbit_vm.erl index afd8921bb1..49172adb0d 100644 --- a/src/rabbit_vm.erl +++ b/src/rabbit_vm.erl @@ -60,8 +60,6 @@ memory() -> {system, System}] = erlang:memory([total, processes, ets, atom, binary, code, system]), - %% TODO: should we replace this with the value extracted from - %% 'Other'? OtherProc = Processes - Conns - Qs - MsgIndexProc - AllPlugins, [{total, Total}, |
