diff options
author | Björn-Egil Dahlberg <[email protected]> | 2010-12-20 11:56:50 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2010-12-20 17:54:10 +0100 |
commit | 454f2ef1c95a9d543fc5a66eca4f286a3144b7ce (patch) | |
tree | ec71cc9bc696e98905f6a1218704bb42158b84cb /erts/emulator/beam/utils.c | |
parent | cc38c833de443fa550ecf17201b6aac0d0ad25f9 (diff) | |
download | otp-454f2ef1c95a9d543fc5a66eca4f286a3144b7ce.tar.gz otp-454f2ef1c95a9d543fc5a66eca4f286a3144b7ce.tar.bz2 otp-454f2ef1c95a9d543fc5a66eca4f286a3144b7ce.zip |
Remove timer-thread implementation
Diffstat (limited to 'erts/emulator/beam/utils.c')
-rw-r--r-- | erts/emulator/beam/utils.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/erts/emulator/beam/utils.c b/erts/emulator/beam/utils.c index ab37ed1d81..1d60b54d21 100644 --- a/erts/emulator/beam/utils.c +++ b/erts/emulator/beam/utils.c @@ -59,13 +59,6 @@ /* profile_scheduler mini message queue */ -#ifdef ERTS_TIMER_THREAD -/* A timer thread is not welcomed with this lock violation work around. - * - Bj�rn-Egil - */ -#error Timer thread may not be enabled due to lock violation. -#endif - typedef struct { Uint scheduler_id; Uint no_schedulers; |