remove vestigial statement counterparts

This commit is contained in:
Vern Paxson 2024-05-08 16:53:37 -07:00
parent 265788b50b
commit 039e670097
9 changed files with 0 additions and 202 deletions

View file

@ -223,8 +223,6 @@ UDs UseDefs::PropagateUDs(const Stmt* s, UDs succ_UDs, const Stmt* succ_stmt, bo
case STMT_EVENT:
case STMT_CHECK_ANY_LEN:
case STMT_ADD:
case STMT_DELETE:
case STMT_RETURN: {
auto e = static_cast<const ExprStmt*>(s)->StmtExpr();