Skip to content

Commit dbe1fb9

Browse files
authored
Merge pull request #214 from JinShil/fix_for_destroy
Remove destructor from IRFunction
2 parents dc0b07d + 771bf74 commit dbe1fb9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

source/ir/ir.d

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,6 @@ class IRFunction : IdObject
177177
}
178178
}
179179

180-
/// Destructor
181-
~this()
182-
{
183-
//writeln("destroying fun");
184-
}
185-
186180
/// Test if this is a unit-level function
187181
bool isUnit() const
188182
{

0 commit comments

Comments
 (0)