aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/hybrid/tree-inline.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/hybrid/tree-inline.cxx')
-rw-r--r--xsde/cxx/hybrid/tree-inline.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/xsde/cxx/hybrid/tree-inline.cxx b/xsde/cxx/hybrid/tree-inline.cxx
index b1c60e6..7cb4b2c 100644
--- a/xsde/cxx/hybrid/tree-inline.cxx
+++ b/xsde/cxx/hybrid/tree-inline.cxx
@@ -150,15 +150,6 @@ namespace CXX
}
else
{
- // d-tor
- //
- os << inl
- << name << "::" << endl
- << "~" << name << " ()"
- << "{"
- << "delete[] this->" << member << ";"
- << "}";
-
// const char*
// name () const
//