diff options
author | Sverker Eriksson <[email protected]> | 2012-01-20 17:39:14 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2012-02-21 12:23:00 +0100 |
commit | 0ebc1871238508783733423825d22967f5096d19 (patch) | |
tree | 02910edd496c5f8988ddb55b6b083bc9f698cfb4 /erts/emulator/beam/export.h | |
parent | dd3036c1a152c66a33b4d298cbbf428c075153b7 (diff) | |
download | otp-0ebc1871238508783733423825d22967f5096d19.tar.gz otp-0ebc1871238508783733423825d22967f5096d19.tar.bz2 otp-0ebc1871238508783733423825d22967f5096d19.zip |
erts: Call erts_export_consolidate automatically
Renamed merge_secondary_table and called by export_start_load
Diffstat (limited to 'erts/emulator/beam/export.h')
-rw-r--r-- | erts/emulator/beam/export.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/beam/export.h b/erts/emulator/beam/export.h index db27606c49..85628aac0b 100644 --- a/erts/emulator/beam/export.h +++ b/erts/emulator/beam/export.h @@ -67,7 +67,6 @@ Export* erts_export_put(Eterm mod, Eterm func, unsigned int arity); Export* erts_export_get_or_make_stub(Eterm, Eterm, unsigned); -void erts_export_consolidate(ErtsCodeIndex); Export *export_list(int,ErtsCodeIndex); int export_list_size(ErtsCodeIndex); |