From 3484a05b2f536c7e877b36d9fbb0cc17d834adc5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 12 Mar 2014 12:42:51 -0400 Subject: remove uninofrmative warning dateUnusedLog is only used to show a timestamp in the webapp, so not worth a warning --- Logs/Unused.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'Logs') 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 -- cgit v1.2.3