aboutsummaryrefslogtreecommitdiffstats
path: root/lib/aclog
diff options
context:
space:
mode:
authorrhenium <re4k@re4k.info>2013-06-03 04:31:08 +0900
committerrhenium <re4k@re4k.info>2013-06-03 04:31:08 +0900
commit9265d36c35f811ce6645ec259fbcfcff6e52d4e2 (patch)
tree6bbda607557d2b466e49cfc986808b006a0c6cb0 /lib/aclog
parent12db5252ddf61872411712d0992fc8b2cf82fcdd (diff)
downloadaclog-9265d36c35f811ce6645ec259fbcfcff6e52d4e2.tar.gz
cleanup
Diffstat (limited to 'lib/aclog')
-rw-r--r--lib/aclog/constants.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/aclog/constants.rb b/lib/aclog/constants.rb
index d6cca67..8d07d46 100644
--- a/lib/aclog/constants.rb
+++ b/lib/aclog/constants.rb
@@ -4,9 +4,5 @@ module Aclog
RESOLVED = 0
PENDING = 1
end
-
- module IssueType
- TWEET_STOLEN = 0
- end
end
end