mirror of
https://github.com/intel/llvm.git
synced 2026-02-03 02:26:27 +08:00
[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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user