diff options
Diffstat (limited to 'mythfs/service/inodes/abstractDynamicDirectory.cpp')
-rw-r--r-- | mythfs/service/inodes/abstractDynamicDirectory.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mythfs/service/inodes/abstractDynamicDirectory.cpp b/mythfs/service/inodes/abstractDynamicDirectory.cpp index 0a703db..48287e6 100644 --- a/mythfs/service/inodes/abstractDynamicDirectory.cpp +++ b/mythfs/service/inodes/abstractDynamicDirectory.cpp @@ -12,11 +12,5 @@ namespace MythFS { 1, "root", "root", 0, 0, 0, 0, 0, 0, 0 }; } - - Node::PointerType - AbstractDynamicDirectory::getChild(const std::string &) const - { - throw ::NetFS::SystemError(EINVAL); - } } |