[fuzzer] Remove unused variable
`TempAutoDictionary` is never used. Maybe a leftover of a previous experiment? Differential Revision: https://reviews.llvm.org/D88763
This commit is contained in:
parent
cbd420c5ed
commit
c56bb45e83
|
@ -129,9 +129,6 @@ public:
|
|||
|
||||
// Dictionary provided by the user via -dict=DICT_FILE.
|
||||
Dictionary ManualDictionary;
|
||||
// Temporary dictionary modified by the fuzzer itself,
|
||||
// recreated periodically.
|
||||
Dictionary TempAutoDictionary;
|
||||
// Persistent dictionary modified by the fuzzer, consists of
|
||||
// entries that led to successful discoveries in the past mutations.
|
||||
Dictionary PersistentAutoDictionary;
|
||||
|
|
Loading…
Reference in New Issue