aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.rs b/src/main.rs
index 0cf4328..6ff441b 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -393,11 +393,6 @@ fn set_agefile_time<P: AsRef<Path>>(
&agefile_path.display(),
))?;
- repo_cgitrc_append(
- &repo_path,
- "agefile=info/web/last-modified",
- )?;
-
Ok(())
}