Index: runtime/bin/directory.h |
diff --git a/runtime/bin/directory.h b/runtime/bin/directory.h |
index fd78e8020a27a81b8544ac89a787b329c59ec8de..1417c2314a0fe52c3777b24d9cfeeec71ff08cf7 100644 |
--- a/runtime/bin/directory.h |
+++ b/runtime/bin/directory.h |
@@ -65,9 +65,7 @@ class DirectoryListingEntry { |
explicit DirectoryListingEntry(DirectoryListingEntry* parent) |
: parent_(parent), lister_(0), done_(false), link_(NULL) {} |
- ~DirectoryListingEntry() { |
- ResetLink(); |
- } |
+ ~DirectoryListingEntry(); |
ListType Next(DirectoryListing* listing); |