diff options
author | Björn Gustavsson <[email protected]> | 2011-11-10 06:19:56 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-11-14 14:04:23 +0100 |
commit | 757a4720645366af1aace7469a6f5e7b9be7ab45 (patch) | |
tree | 697ce320b14ad07023705498f5882a65ccc679e7 /erts/emulator/beam/global.h | |
parent | db8f3882288990dfc007765decad01233c455cbd (diff) | |
download | otp-757a4720645366af1aace7469a6f5e7b9be7ab45.tar.gz otp-757a4720645366af1aace7469a6f5e7b9be7ab45.tar.bz2 otp-757a4720645366af1aace7469a6f5e7b9be7ab45.zip |
Remove the useless -l option
The -l option used to print information about modules being loaded,
but now it prints very little information.
Diffstat (limited to 'erts/emulator/beam/global.h')
-rw-r--r-- | erts/emulator/beam/global.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h index 4a4973baab..e4e9386dd7 100644 --- a/erts/emulator/beam/global.h +++ b/erts/emulator/beam/global.h @@ -555,7 +555,6 @@ extern Eterm node_cookie; extern erts_smp_atomic_t erts_bytes_out; /* no bytes written out */ extern erts_smp_atomic_t erts_bytes_in; /* no bytes sent into the system */ extern Uint display_items; /* no of items to display in traces etc */ -extern Uint display_loads; /* print info about loaded modules */ extern int erts_backtrace_depth; extern erts_smp_atomic32_t erts_max_gen_gcs; |