aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/unix/erl_unix_sys.h
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/sys/unix/erl_unix_sys.h
parentcc38c833de443fa550ecf17201b6aac0d0ad25f9 (diff)
downloadotp-454f2ef1c95a9d543fc5a66eca4f286a3144b7ce.tar.gz
otp-454f2ef1c95a9d543fc5a66eca4f286a3144b7ce.tar.bz2
otp-454f2ef1c95a9d543fc5a66eca4f286a3144b7ce.zip
Remove timer-thread implementation
Diffstat (limited to 'erts/emulator/sys/unix/erl_unix_sys.h')
-rw-r--r--erts/emulator/sys/unix/erl_unix_sys.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/erts/emulator/sys/unix/erl_unix_sys.h b/erts/emulator/sys/unix/erl_unix_sys.h
index 2d5ef882f6..824678a0bb 100644
--- a/erts/emulator/sys/unix/erl_unix_sys.h
+++ b/erts/emulator/sys/unix/erl_unix_sys.h
@@ -329,11 +329,4 @@ extern int exit_async(void);
#define ERTS_EXIT_AFTER_DUMP _exit
-#ifdef ERTS_TIMER_THREAD
-struct erts_iwait; /* opaque for clients */
-extern struct erts_iwait *erts_iwait_init(void);
-extern void erts_iwait_wait(struct erts_iwait *iwait, struct timeval *delay);
-extern void erts_iwait_interrupt(struct erts_iwait *iwait);
-#endif /* ERTS_TIMER_THREAD */
-
#endif /* #ifndef _ERL_UNIX_SYS_H */