Skip to content

Commit 7c4009f

Browse files
authored
[AMDGPU] AMDGPUSetWavePriority: Remove unused variable NFC (#134069)
Fixes a13a51b (#130064)
1 parent 53f3031 commit 7c4009f

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)