diff options
author | Joey Hess <joey@kitenet.net> | 2012-02-04 16:34:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-02-04 16:34:13 -0400 |
commit | 90ab17e15394892c6b0a17682d317085bab3e711 (patch) | |
tree | acce89655324d0da285c73b5418bab3babd54ef7 /Command | |
parent | 91fc975964d94503fa932256bc8684de13cd9e1e (diff) |
remove old comment
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Add.hs | 2 |
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 |