mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[AST] Remove ReifyPackExpr.
This commit is contained in:
@@ -4587,9 +4587,6 @@ void PrintAST::visitTupleExpr(TupleExpr *expr) {
|
||||
void PrintAST::visitPackExpr(PackExpr *expr) {
|
||||
}
|
||||
|
||||
void PrintAST::visitReifyPackExpr(ReifyPackExpr *expr) {
|
||||
}
|
||||
|
||||
void PrintAST::visitTypeJoinExpr(TypeJoinExpr *expr) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user