Skip to content

Commit

Permalink
Merge pull request #437 from ralphtandetzky/patch-6
Browse files Browse the repository at this point in the history
Update struct.dd
  • Loading branch information
9rnsr committed Dec 9, 2013
2 parents d9a3c0f + c986904 commit 1d90bce
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions struct.dd
Expand Up @@ -439,9 +439,6 @@ $(GNAME StructPostblit):
this(this) {
a = a.dup;
}
~this() {
delete a;
}
}
---

Expand Down Expand Up @@ -534,10 +531,6 @@ $(SECTION3 $(LNAME2 AssignOverload, Assignment Overload),
this(this) {
buf = buf.dup;
}

~this() {
delete buf;
}
}
---

Expand Down

0 comments on commit 1d90bce

Please sign in to comment.