Manager: Remove Dotfile from namespace

This commit is contained in:
Riyyi
2021-09-24 11:08:50 +02:00
parent 5226e6a24a
commit 9ff368e511
2 changed files with 0 additions and 8 deletions
-4
View File
@@ -17,8 +17,6 @@
#include "dotfile.h"
namespace Util {
std::vector<Dotfile::ExcludePath> Dotfile::s_excludePaths;
std::vector<std::filesystem::path> Dotfile::s_systemDirectories;
std::filesystem::path Dotfile::s_workingDirectory;
@@ -301,5 +299,3 @@ bool Dotfile::isSystemTarget(const std::string& target)
return false;
}
} // namespace Util
-4
View File
@@ -13,8 +13,6 @@
#include <string>
#include <vector>
namespace Util {
class Dotfile {
public:
Dotfile();
@@ -54,6 +52,4 @@ private:
static std::filesystem::path s_workingDirectory;
};
} // namespace Util
#endif // DOTFILE_H