checkpoint

This commit is contained in:
Antonio SJ Musumeci 2022-05-23 10:29:25 -04:00
parent 9019df57d0
commit 469492800c
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@
#pragma once
#include "branches.hpp"
#include "policy.hpp"
#include <string>

View File

@ -34,6 +34,6 @@ namespace FUSE::RMDIR::POLICY
int operator()(const gfs::path &fusepath) final;
private:
Branches2 _branches;
Branches _branches;
};
}