summaryrefslogtreecommitdiffhomepage
path: root/Plugins/Date.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/Date.hs')
-rw-r--r--Plugins/Date.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Plugins/Date.hs b/Plugins/Date.hs
index 7b97916..115cb96 100644
--- a/Plugins/Date.hs
+++ b/Plugins/Date.hs
@@ -27,7 +27,6 @@ data Date = Date String String Int
instance Exec Date where
start (Date f _ r) cb = date f r cb
- rate (Date _ _ r) = r
alias (Date _ a _) = a
date :: String -> Int -> (String -> IO ()) -> IO ()