Skip to content

Commit 67ff818

Browse files
committed
Remove unused imaginary 'friend' declaration
1 parent 1a1f731 commit 67ff818

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/swift/ABI/Metadata.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -998,8 +998,6 @@ struct TargetClassMetadata : public TargetAnyClassMetadata<Runtime> {
998998
using StoredPointer = typename Runtime::StoredPointer;
999999
using StoredSize = typename Runtime::StoredSize;
10001000

1001-
friend class ReflectionContext;
1002-
10031001
TargetClassMetadata() = default;
10041002
constexpr TargetClassMetadata(const TargetAnyClassMetadata<Runtime> &base,
10051003
ClassFlags flags,

0 commit comments

Comments
 (0)