diff options
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 |