diff options
author | Rickard Green <[email protected]> | 2015-11-17 15:21:56 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2015-12-08 14:47:46 +0100 |
commit | ccbb5ba4d0198f3ba21b83ae1aca3fe52a7f2c80 (patch) | |
tree | 969e260d5a7abc5acb4ccc7097399ba20c6e3a0a /erts/emulator/beam/erl_process.h | |
parent | ac529b0326496e52f3289464f9410001bc3bde6d (diff) | |
download | otp-ccbb5ba4d0198f3ba21b83ae1aca3fe52a7f2c80.tar.gz otp-ccbb5ba4d0198f3ba21b83ae1aca3fe52a7f2c80.tar.bz2 otp-ccbb5ba4d0198f3ba21b83ae1aca3fe52a7f2c80.zip |
Remove unused variable
Diffstat (limited to 'erts/emulator/beam/erl_process.h')
-rw-r--r-- | erts/emulator/beam/erl_process.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_process.h b/erts/emulator/beam/erl_process.h index 884027f482..b80aa12872 100644 --- a/erts/emulator/beam/erl_process.h +++ b/erts/emulator/beam/erl_process.h @@ -1248,7 +1248,6 @@ Eterm* erts_heap_alloc(Process* p, Uint need, Uint xtra); Eterm* erts_set_hole_marker(Eterm* ptr, Uint sz); #endif -extern Uint erts_default_process_flags; extern erts_smp_rwmtx_t erts_cpu_bind_rwmtx; /* If any of the erts_system_monitor_* variables are set (enabled), ** erts_system_monitor must be != NIL, to allow testing on just |