Skip to content

Commit fb38e39

Browse files
committed
Fix unused variable
1 parent a13a51b commit fb38e39

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/AMDGPU/AMDGPUSetWavePriority.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ using MBBInfoSet = DenseMap<const MachineBasicBlock *, MBBInfo>;
4343

4444
class AMDGPUSetWavePriority {
4545
public:
46-
static char ID;
47-
4846
bool run(MachineFunction &MF);
4947

5048
private:

0 commit comments

Comments
 (0)