aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/Utility/EventCache.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Utility/EventCache.hs b/src/Utility/EventCache.hs
index 69ea5e5..9b871ab 100644
--- a/src/Utility/EventCache.hs
+++ b/src/Utility/EventCache.hs
@@ -89,6 +89,3 @@ readDay s = do
month <- readMaybe monthString
day <- readMaybe dayString
return $ fromGregorian year month day
-
--- getEventCacheLock :: IO [Reminder]
--- getEventCacheLock = undefined