aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/utils.c
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2010-12-20 11:56:50 +0100
committerBjörn-Egil Dahlberg <[email protected]>2010-12-20 17:54:10 +0100
commit454f2ef1c95a9d543fc5a66eca4f286a3144b7ce (patch)
treeec71cc9bc696e98905f6a1218704bb42158b84cb /erts/emulator/beam/utils.c
parentcc38c833de443fa550ecf17201b6aac0d0ad25f9 (diff)
downloadotp-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.c7
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;