diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-02-16 10:43:51 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2016-02-16 15:08:44 +0100 |
commit | a50a75e4ff842b600ba526a37e64ac8006fa8249 (patch) | |
tree | 97dddad2828a5d6dbfc32ae2fa94f4ffa61d9894 /erts/etc/common | |
parent | 69dc6221cdca3c1ea55fdd55fad2a0de0b882d38 (diff) | |
download | otp-a50a75e4ff842b600ba526a37e64ac8006fa8249.tar.gz otp-a50a75e4ff842b600ba526a37e64ac8006fa8249.tar.bz2 otp-a50a75e4ff842b600ba526a37e64ac8006fa8249.zip |
heart: Remove dead code
Diffstat (limited to 'erts/etc/common')
-rw-r--r-- | erts/etc/common/heart.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/erts/etc/common/heart.c b/erts/etc/common/heart.c index 9571b83ffd..1a826221fb 100644 --- a/erts/etc/common/heart.c +++ b/erts/etc/common/heart.c @@ -472,10 +472,6 @@ message_loop(erlin_fd, erlout_fd) switch (mp->op) { case HEART_BEAT: timestamp(&last_received); -#ifdef USE_WATCHDOG - /* reset the hardware watchdog timer */ - wd_reset(); -#endif break; case SHUT_DOWN: return R_SHUT_DOWN; |