feat(sys_mon): remove `current_function`

Since we now output `current_stacktrace`, `current_function` is now
redundant.
This commit is contained in:
Thales Macedo Garitezi 2021-11-24 12:16:16 -03:00
parent a41d0d49bd
commit db3f7ff749
No known key found for this signature in database
GPG Key ID: DD279F8152A9B6DD
1 changed files with 0 additions and 1 deletions

View File

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