[all-commits] [llvm/llvm-project] 407afb: [clang][examples] Remove unused variable 'key' in ...
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Mon Nov 6 21:10:12 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 407afbf1bc276fb70569da335e5ef57b7cb119db
https://github.com/llvm/llvm-project/commit/407afbf1bc276fb70569da335e5ef57b7cb119db
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-11-07 (Tue, 07 Nov 2023)
Changed paths:
M clang/examples/LLVMPrintFunctionNames/LLVMPrintFunctionNames.cpp
Log Message:
-----------
[clang][examples] Remove unused variable 'key' in LLVMPrintFunctionNames.cpp (NFC)
/llvm-project/clang/examples/LLVMPrintFunctionNames/LLVMPrintFunctionNames.cpp:33:28: error: unused variable 'key' [-Werror,-Wunused-variable]
static llvm::AnalysisKey key;
^
1 error generated.
More information about the All-commits
mailing list