Remove unnecessary default dtor. The base dtor is already virtual and the derived dtor adds nothing.

llvm-svn: 248765
This commit is contained in:
David Blaikie 2015-09-29 00:12:50 +00:00
parent 8e9ea2a439
commit 6163f67ad0
1 changed files with 0 additions and 3 deletions

View File

@ -698,9 +698,6 @@ public:
void copyStmt(ScopStmt &Stmt, LoopToScevMapT &LTS,
__isl_keep isl_id_to_ast_expr *IdToAstExp);
/// @brief An empty destructor
virtual ~RegionGenerator(){};
private:
/// @brief A map from old to new blocks in the region.
DenseMap<BasicBlock *, BasicBlock *> BlockMap;