summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/Sources/FileManager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKA/Sources/FileManager.cxx')
-rw-r--r--dev/ZKA/Sources/FileManager.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/dev/ZKA/Sources/FileManager.cxx b/dev/ZKA/Sources/FileManager.cxx
index 0912da27..8c8fb83a 100644
--- a/dev/ZKA/Sources/FileManager.cxx
+++ b/dev/ZKA/Sources/FileManager.cxx
@@ -65,12 +65,6 @@ namespace Kernel
auto catalog = fImpl->GetCatalog(path);
- if (catalog->Kind != kNewFSCatalogKindFile)
- {
- fImpl->CloseCatalog(catalog);
- return nullptr;
- }
-
return node_cast(catalog);
}