diff options
author | Rickard Green <[email protected]> | 2017-01-30 15:25:57 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-04-18 12:40:02 +0200 |
commit | cb7514ab298c715af435d9a8e5a019e91105cb98 (patch) | |
tree | 68e0721259798d676a7dda807d04b56b0811e6ca /erts/emulator/beam/erl_process.h | |
parent | b50650b4c56de5279395ea195e9e68b077a1d3de (diff) | |
download | otp-cb7514ab298c715af435d9a8e5a019e91105cb98.tar.gz otp-cb7514ab298c715af435d9a8e5a019e91105cb98.tar.bz2 otp-cb7514ab298c715af435d9a8e5a019e91105cb98.zip |
Remove accessor BIF timer implementation
Diffstat (limited to 'erts/emulator/beam/erl_process.h')
-rw-r--r-- | erts/emulator/beam/erl_process.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/erts/emulator/beam/erl_process.h b/erts/emulator/beam/erl_process.h index f6683b6e7b..b21597d63b 100644 --- a/erts/emulator/beam/erl_process.h +++ b/erts/emulator/beam/erl_process.h @@ -1026,9 +1026,6 @@ struct process { ErlMessageQueue msg; /* Message queue */ ErtsBifTimers *bif_timers; /* Bif timers aiming at this process */ -#ifdef ERTS_BTM_ACCESSOR_SUPPORT - ErtsBifTimers *accessor_bif_timers; /* Accessor bif timers */ -#endif ProcDict *dictionary; /* Process dictionary, may be NULL */ |