aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_linux.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-12-22 13:42:27 +0100
committerDmitry Vyukov <dvyukov@google.com>2017-12-22 13:42:27 +0100
commit26cd53f078db858a6ccca338e13e7f4d1d291c22 (patch)
tree4f670db5eb9cd98656485ea2cba81d53b9ea66e3 /executor/common_linux.h
parent3645389673af4c62a636cfe36f258ae770e8fb6b (diff)
executor: remove dead code
doexit already contains an infinite loop.
Diffstat (limited to 'executor/common_linux.h')
-rw-r--r--executor/common_linux.h2
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()