aboutsummaryrefslogtreecommitdiff
path: root/lib/lsan/lsan_flags.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lsan/lsan_flags.inc')
-rw-r--r--lib/lsan/lsan_flags.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/lsan/lsan_flags.inc b/lib/lsan/lsan_flags.inc
index b19b3452b2fc..c405005deed5 100644
--- a/lib/lsan/lsan_flags.inc
+++ b/lib/lsan/lsan_flags.inc
@@ -24,8 +24,6 @@ LSAN_FLAG(
"Aggregate two objects into one leak if this many stack frames match. If "
"zero, the entire stack trace must match.")
LSAN_FLAG(int, max_leaks, 0, "The number of leaks reported.")
-LSAN_FLAG(int, exitcode, 23,
- "If nonzero kill the process with this exit code upon finding leaks.")
// Flags controlling the root set of reachable memory.
LSAN_FLAG(bool, use_globals, true,