remove uninofrmative warning

dateUnusedLog is only used to show a timestamp in the webapp, so
not worth a warning
This commit is contained in:
Joey Hess 2014-03-12 12:42:51 -04:00
parent a7b3a2b097
commit 9f27339e80

View file

@ -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