aboutsummaryrefslogtreecommitdiffstats
path: root/src/Directory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Directory.hxx')
-rw-r--r--src/Directory.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Directory.hxx b/src/Directory.hxx
index a8e3e32cb..031cca877 100644
--- a/src/Directory.hxx
+++ b/src/Directory.hxx
@@ -100,14 +100,6 @@ public:
}
/**
- * Free this #Directory object (and the whole object tree within it),
- * assuming it was already removed from the parent.
- */
- void Free() {
- delete this;
- }
-
- /**
* Remove this #Directory object from its parent and free it. This
* must not be called with the root Directory.
*