aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_process.h
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2017-01-30 15:25:57 +0100
committerRickard Green <[email protected]>2017-04-18 12:40:02 +0200
commitcb7514ab298c715af435d9a8e5a019e91105cb98 (patch)
tree68e0721259798d676a7dda807d04b56b0811e6ca /erts/emulator/beam/erl_process.h
parentb50650b4c56de5279395ea195e9e68b077a1d3de (diff)
downloadotp-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.h3
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 */