[all-commits] [llvm/llvm-project] 6e43cd: [CodeGen] Remove unused variable 'ID' (NFC)
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Wed Apr 30 04:17:05 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e43cdbc25e90d88251d69519822713afc20108c
https://github.com/llvm/llvm-project/commit/6e43cdbc25e90d88251d69519822713afc20108c
Author: Jie Fu <jiefu at tencent.com>
Date: 2025-04-30 (Wed, 30 Apr 2025)
Changed paths:
M llvm/lib/CodeGen/VirtRegMap.cpp
Log Message:
-----------
[CodeGen] Remove unused variable 'ID' (NFC)
/llvm-project/llvm/lib/CodeGen/VirtRegMap.cpp:225:15:
error: unused variable 'ID' [-Werror,-Wunused-variable]
static char ID;
^
1 error generated.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list