Skip to content

Commit 83192bc

Browse files
committed
[NFC] SIL: Delete dead function.
1 parent fba93fc commit 83192bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/swift/SIL/SILDefaultWitnessTable.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ class SILDefaultWitnessTable : public llvm::ilist_node<SILDefaultWitnessTable>,
9898
/// Get the linkage of the default witness table.
9999
SILLinkage getLinkage() const { return Linkage; }
100100

101-
/// Set the linkage of the default witness table.
102-
void setLinkage(SILLinkage l) { Linkage = l; }
103-
104101
void convertToDefinition(ArrayRef<Entry> entries);
105102

106103
~SILDefaultWitnessTable();

0 commit comments

Comments
 (0)