Skip to content

Commit 6e43cdb

Browse files
committed
[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.
1 parent f2b8539 commit 6e43cdb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/CodeGen/VirtRegMap.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ class VirtRegRewriter {
222222
MCRegister PhysReg, const MachineInstr &MI) const;
223223

224224
public:
225-
static char ID;
226225
VirtRegRewriter(bool ClearVirtRegs, SlotIndexes *Indexes, LiveIntervals *LIS,
227226
LiveRegMatrix *LRM, VirtRegMap *VRM,
228227
LiveDebugVariables *DebugVars)

0 commit comments

Comments
 (0)