mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove dead code.
This commit is contained in:
@@ -164,13 +164,6 @@ public:
|
||||
|
||||
/// Clone the given type representation.
|
||||
TypeRepr *clone(const ASTContext &ctx) const;
|
||||
|
||||
/// Visit the top-level types in the given type representation,
|
||||
/// which includes the types referenced by \c IdentTypeReprs either
|
||||
/// directly or within a protocol composition type.
|
||||
///
|
||||
/// \param visitor Each top-level type representation is passed to the visitor.
|
||||
void visitTopLevelTypeReprs(llvm::function_ref<void(IdentTypeRepr *)> visitor);
|
||||
};
|
||||
|
||||
/// \brief A TypeRepr for a type with a syntax error. Can be used both as a
|
||||
|
||||
Reference in New Issue
Block a user