aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-03-30 19:12:58 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-03-30 19:12:58 +0900
commit1b841006a7cece0075e6728e6618c4c80923b3df (patch)
treeca1e9b93dc9ac0d7d3d2f9eff9fa48a9358e7cbb
parent17aa8192a3815e8ea2c299eae35f93bb5b2dec72 (diff)
downloadsrem-1b841006a7cece0075e6728e6618c4c80923b3df.tar.gz
rm old commented-out function
-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