aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_db_util.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2011-02-01 17:53:15 +0100
committerSverker Eriksson <[email protected]>2011-02-03 19:31:13 +0100
commit677d59fc6d76360dc5ad996bdf91a4c05293b52d (patch)
tree7cfbec4e7265fd7ffb85a78c3b8065dac39bb65f /erts/emulator/beam/erl_db_util.h
parent9fa33de8e1654484851555cd54b0b5118eb32069 (diff)
downloadotp-677d59fc6d76360dc5ad996bdf91a4c05293b52d.tar.gz
otp-677d59fc6d76360dc5ad996bdf91a4c05293b52d.tar.bz2
otp-677d59fc6d76360dc5ad996bdf91a4c05293b52d.zip
HALFWORD ETS removed eheap and improved test case t_match_spec_run
Diffstat (limited to 'erts/emulator/beam/erl_db_util.h')
-rw-r--r--erts/emulator/beam/erl_db_util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_db_util.h b/erts/emulator/beam/erl_db_util.h
index 4cb5a457ef..bb1751d309 100644
--- a/erts/emulator/beam/erl_db_util.h
+++ b/erts/emulator/beam/erl_db_util.h
@@ -360,7 +360,6 @@ typedef struct match_prog {
struct erl_heap_fragment *saved_program_buf;
Eterm saved_program;
Uint heap_size; /* size of: heap + eheap + stack */
- Uint eheap_offset;
Uint stack_offset;
#ifdef DMC_DEBUG
UWord* prog_end; /* End of program */