diff options
author | Björn Gustavsson <[email protected]> | 2017-10-12 12:45:18 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-10-18 14:05:01 +0200 |
commit | 31ad587b6d75e8697964e2b80709fb3b3d2901d5 (patch) | |
tree | ee2be766357d2687251d357bf1da491c1056a5eb /erts/emulator/beam/module.c | |
parent | ea1ddd8800c82fb8ae7ac2f54f4217a35d6f463d (diff) | |
download | otp-31ad587b6d75e8697964e2b80709fb3b3d2901d5.tar.gz otp-31ad587b6d75e8697964e2b80709fb3b3d2901d5.tar.bz2 otp-31ad587b6d75e8697964e2b80709fb3b3d2901d5.zip |
Don't dump literal areas that are not referenced at all
Diffstat (limited to 'erts/emulator/beam/module.c')
-rw-r--r-- | erts/emulator/beam/module.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/beam/module.c b/erts/emulator/beam/module.c index 7987cb2eb5..a386407ec2 100644 --- a/erts/emulator/beam/module.c +++ b/erts/emulator/beam/module.c @@ -256,4 +256,3 @@ void module_end_staging(int commit) IF_DEBUG(dbg_load_code_ix = -1); } - |