aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Plugin/GitHubCommit.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Plugin/GitHubCommit.hs b/src/Plugin/GitHubCommit.hs
index 74658a9..ae9d68f 100644
--- a/src/Plugin/GitHubCommit.hs
+++ b/src/Plugin/GitHubCommit.hs
@@ -42,8 +42,6 @@ gitHubCommitAction message = do
return $ Right $ r `T.append` "/commits/" `T.append` T.pack (
M.textStr message =~ matchRegex gitHubCommit)
-type Id = Int
-
type RepoUrl = T.Text
-- | A type to match the database table for this plugin.