summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/storage.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/storage.cpp b/src/storage.cpp
index 63d3fd3..607d71a 100644
--- a/src/storage.cpp
+++ b/src/storage.cpp
@@ -41,10 +41,6 @@ using std::to_string;
FilesystemStorage::FilesystemStorage(const fs::path & path):
root(path)
{
- fs::create_directories(path/"blake2"/"objects");
-
- if (!fs::is_directory(path/"heads"))
- fs::create_directory(path/"heads");
}
FilesystemStorage::~FilesystemStorage()