Remove dead code.

This commit is contained in:
gregomni
2018-10-12 08:34:37 -07:00
parent 0178cb1958
commit 6ec94c0279
2 changed files with 0 additions and 29 deletions

View File

@@ -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