diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-12-22 13:42:27 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-12-22 13:42:27 +0100 |
| commit | 26cd53f078db858a6ccca338e13e7f4d1d291c22 (patch) | |
| tree | 4f670db5eb9cd98656485ea2cba81d53b9ea66e3 /executor | |
| parent | 3645389673af4c62a636cfe36f258ae770e8fb6b (diff) | |
executor: remove dead code
doexit already contains an infinite loop.
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/common_linux.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h index 90a873582..fc60e3a70 100644 --- a/executor/common_linux.h +++ b/executor/common_linux.h @@ -154,8 +154,6 @@ static void segv_handler(int sig, siginfo_t* info, void* uctx) } debug("SIGSEGV on %p, exiting\n", addr); doexit(sig); - for (;;) { - } } static void install_segv_handler() |
