summaryrefslogtreecommitdiff
path: root/src/node_file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_file.cc')
-rw-r--r--src/node_file.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_file.cc b/src/node_file.cc
index c9c7570779..1ef95134f3 100644
--- a/src/node_file.cc
+++ b/src/node_file.cc
@@ -132,7 +132,6 @@ FileHandle::~FileHandle() {
CHECK(!closing_); // We should not be deleting while explicitly closing!
Close(); // Close synchronously and emit warning
CHECK(closed_); // We have to be closed at the point
- CHECK(persistent().IsEmpty());
}