Skip to content

Commit a5f6a67

Browse files
author
Nathan Hawes
committed
Remove unused function declaration and the forward declarations of types it used.
1 parent 491b691 commit a5f6a67

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

include/swift/AST/TypeCheckRequests.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ struct TypeWitnessAndDecl;
5555
class ValueDecl;
5656
enum class OpaqueReadOwnership: uint8_t;
5757
class StorageImplInfo;
58-
class CompletionCollector;
59-
60-
namespace constraints {
61-
class Solution;
62-
}
6358

6459
/// Display a nominal type or extension thereof.
6560
void simple_display(
@@ -932,8 +927,6 @@ class TypeCheckASTNodeAtLocRequest
932927
bool evaluate(Evaluator &evaluator, DeclContext *DC, SourceLoc Loc) const;
933928
};
934929

935-
void simple_display(llvm::raw_ostream &out, CompletionCollector *collector);
936-
937930
/// Request to obtain a list of stored properties in a nominal type.
938931
///
939932
/// This will include backing storage for lazy properties and

0 commit comments

Comments
 (0)