Skip to content

Commit 6b6e996

Browse files
committed
[NFC] TBDGen: Delete dead declaration.
The implementation was deleted awhile back.
1 parent 38c8cc8 commit 6b6e996

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/IRGen/TBDGenVisitor.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ class TBDGenVisitor : public IRSymbolVisitor {
116116
void addSymbol(StringRef name, SymbolSource source, SymbolFlags flags,
117117
EncodeKind kind = EncodeKind::GlobalSymbol);
118118

119-
void addSymbol(LinkEntity entity);
120-
121119
bool addClassMetadata(ClassDecl *CD);
122120

123121
public:

0 commit comments

Comments
 (0)