[compiler-rt] Remove unused local variables (NFC) (#144010)

This commit is contained in:
Kazu Hirata 2025-06-12 22:45:08 -07:00 committed by GitHub
parent 4268360003
commit cd573e0a54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -265,8 +265,6 @@ int CollectDataFlow(const std::string &DFTBinary, const std::string &DirPath,
// we then request tags in [0,Size/2) and [Size/2, Size), and so on.
// Function number => DFT.
auto OutPath = DirPlusFile(DirPath, Hash(FileToVector(F.File)));
std::unordered_map<size_t, std::vector<uint8_t>> DFTMap;
std::unordered_set<std::string> Cov;
Command Cmd;
Cmd.addArgument(DFTBinary);
Cmd.addArgument(F.File);