diff options
author | John Högberg <john@erlang.org> | 2020-06-12 09:51:26 +0200 |
---|---|---|
committer | Lukas Larsson <lukas@erlang.org> | 2020-09-21 16:40:30 +0200 |
commit | e53f65f3474eba59962f02d031bea1d9582ad3cc (patch) | |
tree | 5a0f67118f83fa3cb877ca9a52400312caaa1398 /erts/emulator/beam/global.h | |
parent | b15d68592a7da7e9386152e506700c28fcaecd88 (diff) | |
download | erlang-e53f65f3474eba59962f02d031bea1d9582ad3cc.tar.gz |
erts: Break out module-info related functions from beam_load.c
Diffstat (limited to 'erts/emulator/beam/global.h')
-rw-r--r-- | erts/emulator/beam/global.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h index 0fe98246de..83d00564fa 100644 --- a/erts/emulator/beam/global.h +++ b/erts/emulator/beam/global.h @@ -965,8 +965,6 @@ ErtsCodeMFA* erts_find_function_from_pc(BeamInstr* pc); Eterm* erts_build_mfa_item(FunctionInfo* fi, Eterm* hp, Eterm args, Eterm* mfa_p); void erts_set_current_function(FunctionInfo* fi, ErtsCodeMFA* mfa); -Eterm erts_module_info_0(Process* p, Eterm module); -Eterm erts_module_info_1(Process* p, Eterm module, Eterm what); Eterm erts_make_stub_module(Process* p, Eterm Mod, Eterm Beam, Eterm Info); int erts_commit_hipe_patch_load(Eterm hipe_magic_bin); |