aboutsummaryrefslogtreecommitdiff
path: root/Logs/Unused.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-03-12 12:42:51 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-03-12 12:42:51 -0400
commit3484a05b2f536c7e877b36d9fbb0cc17d834adc5 (patch)
treeed556fca24229db71c7124d2d16548b07aaccfb4 /Logs/Unused.hs
parent364ca67908abd87c9be43bc68ac8ef2d8db68514 (diff)
remove uninofrmative warning
dateUnusedLog is only used to show a timestamp in the webapp, so not worth a warning
Diffstat (limited to 'Logs/Unused.hs')
-rw-r--r--Logs/Unused.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Logs/Unused.hs b/Logs/Unused.hs
index d26d37dca..b96143c07 100644
--- a/Logs/Unused.hs
+++ b/Logs/Unused.hs
@@ -99,7 +99,6 @@ dateUnusedLog prefix = do
f <- fromRepo $ gitAnnexUnusedLog prefix
liftIO $ catchMaybeIO $ getModificationTime f
#else
-#warning foo
-- old ghc's getModificationTime returned a ClockTime
dateUnusedLog _prefix = return Nothing
#endif