summaryrefslogtreecommitdiff
path: root/src/roff/troff/node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/roff/troff/node.cpp')
-rw-r--r--src/roff/troff/node.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/roff/troff/node.cpp b/src/roff/troff/node.cpp
index 0f22857f..9a964a0d 100644
--- a/src/roff/troff/node.cpp
+++ b/src/roff/troff/node.cpp
@@ -1811,14 +1811,6 @@ void suppress_output_file::really_transparent_char(unsigned char)
{
}
-inline node::~node()
-{
- if (state != 0)
- delete state;
- if (push_state != 0)
- delete push_state;
-}
-
/* glyphs, ligatures, kerns, discretionary breaks */
class charinfo_node : public node {