Skip to content

Commit 13d8188

Browse files
committed
MCFixup: Remove getTargetKind
MCFixupKind is now a type alias (fixup kinds are inherently target-specific). getTargetKind is no longer necessary.
1 parent 16798ee commit 13d8188

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/MC/MCFixup.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ class MCFixup {
9494
}
9595

9696
MCFixupKind getKind() const { return Kind; }
97-
unsigned getTargetKind() const { return Kind; }
9897

9998
uint32_t getOffset() const { return Offset; }
10099
void setOffset(uint32_t Value) { Offset = Value; }

0 commit comments

Comments
 (0)