Skip to content

Commit 9059042

Browse files
committed
xxx
1 parent 18cc27d commit 9059042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/Types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3719,7 +3719,7 @@ class AnyFunctionType : public TypeBase {
37193719
bool hasExtInfo() const { return Bits.AnyFunctionType.HasExtInfo; }
37203720

37213721
ExtInfo getExtInfo() const {
3722-
assert(hasExtInfo());
3722+
// assert(hasExtInfo());
37233723
return ExtInfo(Bits.AnyFunctionType.ExtInfoBits, getClangTypeInfo(),
37243724
getGlobalActor(), getThrownError(),
37253725
getLifetimeDependencies());

0 commit comments

Comments
 (0)