From 90ab17e15394892c6b0a17682d317085bab3e711 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 4 Feb 2012 16:34:13 -0400 Subject: [PATCH] remove old comment --- Command/Add.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Command/Add.hs b/Command/Add.hs index f437d160d1..9410601b8b 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