summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-02-04 16:34:13 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-02-04 16:34:13 -0400
commit90ab17e15394892c6b0a17682d317085bab3e711 (patch)
treeacce89655324d0da285c73b5418bab3babd54ef7
parent91fc975964d94503fa932256bc8684de13cd9e1e (diff)
remove old comment
-rw-r--r--Command/Add.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Command/Add.hs b/Command/Add.hs
index f437d160d..9410601b8 100644
--- a/Command/Add.hs
+++ b/Command/Add.hs
@@ -82,8 +82,6 @@ cleanup file key hascontent = do
-- touch the symlink to have the same mtime as the
-- file it points to
- -- XXX Currently broken on non-utf8 locales when
- -- dealing with utf-8 filenames.
liftIO $ do
mtime <- modificationTime <$> getFileStatus file
touch file (TimeSpec mtime) False