Skip to content

Commit 3f9ba00

Browse files
authored
[BPF] Remove unused ID in SelectionDAGISel (#94134)
1 parent f63b1d2 commit 3f9ba00

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/BPF/BPFISelDAGToDAG.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ class BPFDAGToDAGISel : public SelectionDAGISel {
4646
const BPFSubtarget *Subtarget;
4747

4848
public:
49-
static char ID;
50-
5149
BPFDAGToDAGISel() = delete;
5250

5351
explicit BPFDAGToDAGISel(BPFTargetMachine &TM)

0 commit comments

Comments
 (0)