diff --git a/tools/binpac/src/pac_let.cc b/tools/binpac/src/pac_let.cc index ebd7caef90..fba5f1cfc8 100644 --- a/tools/binpac/src/pac_let.cc +++ b/tools/binpac/src/pac_let.cc @@ -133,7 +133,6 @@ LetDecl::LetDecl(ID *id, Type *type, Expr *expr) LetDecl::~LetDecl() { - delete id_; delete type_; delete expr_; }