diff options
author | Lukas Larsson <[email protected]> | 2017-05-16 10:47:44 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-05-16 10:47:44 +0200 |
commit | 8fd3466d1fef48a09a45f7fd7f031addf3855dc2 (patch) | |
tree | 86164a6d5475cd80378af352d6734044b1a1f513 /erts/emulator/beam/global.h | |
parent | 836d89d9423b4aa01fc887286b6a97721f62c02e (diff) | |
parent | e6437e926340c3024449b83826f8013d187caaed (diff) | |
download | otp-8fd3466d1fef48a09a45f7fd7f031addf3855dc2.tar.gz otp-8fd3466d1fef48a09a45f7fd7f031addf3855dc2.tar.bz2 otp-8fd3466d1fef48a09a45f7fd7f031addf3855dc2.zip |
Merge pull request #1436 from garazdawi/lukas/erts/remove_unused_functions
erts: Remove old unused functions
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 e3be6a5a22..fc95535ec3 100644 --- a/erts/emulator/beam/global.h +++ b/erts/emulator/beam/global.h @@ -1132,7 +1132,6 @@ extern erts_tid_t erts_main_thread; #endif extern int erts_compat_rel; extern int erts_use_sender_punish; -void erts_short_init(void); void erl_start(int, char**); void erts_usage(void); Eterm erts_preloaded(Process* p); @@ -1439,7 +1438,6 @@ do { \ #define MatchSetGetSource(MPSP) erts_match_set_get_source(MPSP) extern Binary *erts_match_set_compile(Process *p, Eterm matchexpr, Eterm MFA); -Eterm erts_match_set_lint(Process *p, Eterm matchexpr); extern void erts_match_set_release_result(Process* p); ERTS_GLB_INLINE void erts_match_set_release_result_trace(Process* p, Eterm); |