Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[clang-tidy] Remove unused variable (NFC)
/llvm-project/clang-tools-extra/clang-tidy/bugprone/NondeterministicPointerIterationOrderCheck.cpp:60:29: error: unused variable 'AlgoName' [-Werror,-Wunused-variable] const llvm::StringRef AlgoName = ClassTemplate->getName(); ^ 1 error generated.
- Loading branch information