aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/global.h
diff options
context:
space:
mode:
authorRichard Carlsson <[email protected]>2018-05-23 10:22:33 +0200
committerRichard Carlsson <[email protected]>2018-05-24 09:35:43 +0200
commitc7ad9262c7e4a8446396256e0f8b597ea57e7841 (patch)
tree8fa097c96e43088bb4557737a436ddcf9648ea8d /erts/emulator/beam/global.h
parent7929308b53009596e1560eedca77b96b70e14aec (diff)
downloadotp-c7ad9262c7e4a8446396256e0f8b597ea57e7841.tar.gz
otp-c7ad9262c7e4a8446396256e0f8b597ea57e7841.tar.bz2
otp-c7ad9262c7e4a8446396256e0f8b597ea57e7841.zip
Remove undocumented and unused -# display_items emulator option
Diffstat (limited to 'erts/emulator/beam/global.h')
-rw-r--r--erts/emulator/beam/global.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h
index 2cf268162d..f343b730ea 100644
--- a/erts/emulator/beam/global.h
+++ b/erts/emulator/beam/global.h
@@ -292,7 +292,6 @@ union erl_off_heap_ptr {
/* controls warning mapping in error_logger */
extern Eterm node_cookie;
-extern Uint display_items; /* no of items to display in traces etc */
extern int erts_backtrace_depth;
extern erts_atomic32_t erts_max_gen_gcs;