From 94ab0f269931f8386c5c746e486db36c441340e3 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Thu, 15 Dec 2016 18:47:22 +0000 Subject: [PATCH] [libFuzzer] doc update git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289849 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LibFuzzer.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/LibFuzzer.rst b/docs/LibFuzzer.rst index ae565c6a262..c4abe123a0e 100644 --- a/docs/LibFuzzer.rst +++ b/docs/LibFuzzer.rst @@ -341,9 +341,6 @@ possible event codes are: ``DONE`` The fuzzer has completed operation because it has reached the specified iteration limit (``-runs``) or time limit (``-max_total_time``). -``MIN`` - The fuzzer is minimizing the combination of input corpus directories into - a single unified corpus (due to the ``-merge`` command line option). ``RELOAD`` The fuzzer is performing a periodic reload of inputs from the corpus directory; this allows it to discover any inputs discovered by other -- 2.11.0