diff options
author | Björn Gustavsson <[email protected]> | 2011-11-14 09:14:58 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-11-14 14:04:21 +0100 |
commit | 600e82d4808a013296c6ade531e6a29afee5ae6b (patch) | |
tree | aeb00670757d8ff56145fd442cea84215e85a4b6 /erts/emulator/beam/beam_load.c | |
parent | 0ec27bfa5b1b12d2b3c77c35293dfe592d2b49a8 (diff) | |
download | otp-600e82d4808a013296c6ade531e6a29afee5ae6b.tar.gz otp-600e82d4808a013296c6ade531e6a29afee5ae6b.tar.bz2 otp-600e82d4808a013296c6ade531e6a29afee5ae6b.zip |
beam_load.c: Remove the unused struct LoadedCode
Diffstat (limited to 'erts/emulator/beam/beam_load.c')
-rw-r--r-- | erts/emulator/beam/beam_load.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/erts/emulator/beam/beam_load.c b/erts/emulator/beam/beam_load.c index 3836f1ae96..2d75990c3f 100644 --- a/erts/emulator/beam/beam_load.c +++ b/erts/emulator/beam/beam_load.c @@ -351,11 +351,6 @@ typedef struct { int loc_size; /* Size of location info in bytes (2/4) */ } LoaderState; -typedef struct { - unsigned num_functions; /* Number of functions. */ - Eterm* func_tab[1]; /* Pointers to each function. */ -} LoadedCode; - /* * Layout of the line table. */ |