repo: don't create unused .jj/view/ directory

This commit is contained in:
Martin von Zweigbergk 2022-01-28 21:25:24 -08:00
parent 81edd92523
commit 0725d4326d

View file

@ -153,7 +153,6 @@ impl ReadonlyRepo {
fn init_repo_dir(repo_path: &Path) {
fs::create_dir(repo_path.join("store")).unwrap();
fs::create_dir(repo_path.join("view")).unwrap();
fs::create_dir(repo_path.join("op_store")).unwrap();
fs::create_dir(repo_path.join("op_heads")).unwrap();
fs::create_dir(repo_path.join("index")).unwrap();