Skip to content

Commit cd573e0

Browse files
[compiler-rt] Remove unused local variables (NFC) (#144010)
1 parent 4268360 commit cd573e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,6 @@ int CollectDataFlow(const std::string &DFTBinary, const std::string &DirPath,
265265
// we then request tags in [0,Size/2) and [Size/2, Size), and so on.
266266
// Function number => DFT.
267267
auto OutPath = DirPlusFile(DirPath, Hash(FileToVector(F.File)));
268-
std::unordered_map<size_t, std::vector<uint8_t>> DFTMap;
269-
std::unordered_set<std::string> Cov;
270268
Command Cmd;
271269
Cmd.addArgument(DFTBinary);
272270
Cmd.addArgument(F.File);

0 commit comments

Comments
 (0)