diff options
author | Björn Gustavsson <[email protected]> | 2017-08-23 12:46:42 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-08-23 12:46:42 +0200 |
commit | eb8ffa6a071c3fe532389ba1907fc89aa9ea15eb (patch) | |
tree | c054d1717badc9fabecb66b238d3384d5decb069 /erts/emulator/beam/beam_emu.c | |
parent | 5bf73db9fd77bce195b7e78a8754730263068fb1 (diff) | |
download | otp-eb8ffa6a071c3fe532389ba1907fc89aa9ea15eb.tar.gz otp-eb8ffa6a071c3fe532389ba1907fc89aa9ea15eb.tar.bz2 otp-eb8ffa6a071c3fe532389ba1907fc89aa9ea15eb.zip |
Eliminate the beam_instrs.h file
The beam_instrs.h file serves no useful purpose. Put the
instructions in beam_hot.h instead.
Diffstat (limited to 'erts/emulator/beam/beam_emu.c')
-rw-r--r-- | erts/emulator/beam/beam_emu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/beam/beam_emu.c b/erts/emulator/beam/beam_emu.c index 482f99cb78..2c37dc42b3 100644 --- a/erts/emulator/beam/beam_emu.c +++ b/erts/emulator/beam/beam_emu.c @@ -770,7 +770,6 @@ void process_main(Eterm * x_reg_array, FloatDef* f_reg_array) #endif #include "beam_hot.h" -#include "beam_instrs.h" #ifdef DEBUG /* |