Selaa lähdekoodia

feat(sys_mon): remove `current_function`

Since we now output `current_stacktrace`, `current_function` is now
redundant.
Thales Macedo Garitezi 4 vuotta sitten
vanhempi
commit
db3f7ff749
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      apps/emqx/src/emqx_vm.erl

+ 0 - 1
apps/emqx/src/emqx_vm.erl

@@ -61,7 +61,6 @@
                          ]).
 
 -define(PROCESS_INFO_KEYS, [initial_call,
-                            current_function,
                             current_stacktrace,
                             registered_name,
                             status,