aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/global.h
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2017-05-16 10:47:44 +0200
committerGitHub <[email protected]>2017-05-16 10:47:44 +0200
commit8fd3466d1fef48a09a45f7fd7f031addf3855dc2 (patch)
tree86164a6d5475cd80378af352d6734044b1a1f513 /erts/emulator/beam/global.h
parent836d89d9423b4aa01fc887286b6a97721f62c02e (diff)
parente6437e926340c3024449b83826f8013d187caaed (diff)
downloadotp-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.h2
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);