aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/beam_bif_load.c
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2011-04-07 16:16:48 +0200
committerHenrik Nord <[email protected]>2011-04-07 16:16:59 +0200
commit5ad09d2928fd4584ce6dc50f44825b3f6d7ef66a (patch)
treed0a3d7062cfb7b87e114fdf37eeaac790beb69d4 /erts/emulator/beam/beam_bif_load.c
parent4144043663ffe31742c1a7c3fe50135c8382db7c (diff)
parent345454e7dcfd4bc38992870cf5aa5ab7efe0c475 (diff)
downloadotp-5ad09d2928fd4584ce6dc50f44825b3f6d7ef66a.tar.gz
otp-5ad09d2928fd4584ce6dc50f44825b3f6d7ef66a.tar.bz2
otp-5ad09d2928fd4584ce6dc50f44825b3f6d7ef66a.zip
Merge branch 'ta/erts-unused-vars' into dev
* ta/erts-unused-vars: erts: Remove unused variables OTP-9205
Diffstat (limited to 'erts/emulator/beam/beam_bif_load.c')
-rw-r--r--erts/emulator/beam/beam_bif_load.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/erts/emulator/beam/beam_bif_load.c b/erts/emulator/beam/beam_bif_load.c
index 6ae9736141..1ca405961f 100644
--- a/erts/emulator/beam/beam_bif_load.c
+++ b/erts/emulator/beam/beam_bif_load.c
@@ -472,9 +472,6 @@ check_process_code(Process* rp, Module* modp)
for (oh = MSO(rp).first; oh; oh = oh->next) {
if (thing_subtag(oh->thing_word) == FUN_SUBTAG) {
ErlFunThing* funp = (ErlFunThing*) oh;
- BeamInstr* fun_code;
-
- fun_code = funp->fe->address;
if (INSIDE((BeamInstr *) funp->fe->address)) {
if (done_gc) {