Skip to content

Commit

Permalink
Merge pull request #214 from JinShil/fix_for_destroy
Browse files Browse the repository at this point in the history
Remove destructor from IRFunction
  • Loading branch information
maximecb authored Mar 6, 2018
2 parents dc0b07d + 771bf74 commit dbe1fb9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source/ir/ir.d
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,6 @@ class IRFunction : IdObject
}
}

/// Destructor
~this()
{
//writeln("destroying fun");
}

/// Test if this is a unit-level function
bool isUnit() const
{
Expand Down

0 comments on commit dbe1fb9

Please sign in to comment.