Skip to content

Commit 42cf4be

Browse files
mxswdjrose-apple
authored andcommitted
Removed unused UnresolvedType::get (#5322)
1 parent 23c1514 commit 42cf4be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/swift/AST/Types.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -991,8 +991,6 @@ class UnresolvedType : public TypeBase {
991991
: TypeBase(TypeKind::Unresolved, &C,
992992
RecursiveTypeProperties(RecursiveTypeProperties::HasUnresolvedType)) { }
993993
public:
994-
static Type get(const ASTContext &C);
995-
996994
// Implement isa/cast/dyncast/etc.
997995
static bool classof(const TypeBase *T) {
998996
return T->getKind() == TypeKind::Unresolved;

0 commit comments

Comments
 (0)