Skip to content

Commit 6701a7e

Browse files
committed
AST: Remove unused method declaration
1 parent 3dbdc09 commit 6701a7e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/swift/AST/Decl.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5829,9 +5829,6 @@ class AbstractFunctionDecl : public GenericContext, public ValueDecl {
58295829
Bits.AbstractFunctionDecl.Synthesized = value;
58305830
}
58315831

5832-
private:
5833-
void computeNeedsNewVTableEntry();
5834-
58355832
public:
58365833
/// Compute the interface type of this function declaration from the
58375834
/// parameter types.

0 commit comments

Comments
 (0)