Loading src/client/gkfs_functions.cpp +0 −8 Original line number Diff line number Diff line Loading @@ -1558,14 +1558,6 @@ gkfs_rmdir(const std::string& path) { assert(ret.second); auto open_dir = ret.second; if(open_dir->size() != 2) { std::cout << "hier kommt der schuh in die tonne" << std::endl; size_t pos = 0; while(pos < open_dir->size()) { auto de = open_dir->getdent(pos); std::cout << de.name() << std::endl; pos++; } std::cout << "booom" << std::endl; errno = ENOTEMPTY; return -1; } Loading Loading
src/client/gkfs_functions.cpp +0 −8 Original line number Diff line number Diff line Loading @@ -1558,14 +1558,6 @@ gkfs_rmdir(const std::string& path) { assert(ret.second); auto open_dir = ret.second; if(open_dir->size() != 2) { std::cout << "hier kommt der schuh in die tonne" << std::endl; size_t pos = 0; while(pos < open_dir->size()) { auto de = open_dir->getdent(pos); std::cout << de.name() << std::endl; pos++; } std::cout << "booom" << std::endl; errno = ENOTEMPTY; return -1; } Loading