From: Rich Lane Date: Sat, 20 Jun 2009 20:50:07 +0000 (-0700) Subject: index: remove unused method fresh_thread_id X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=f52518b35ba137cbe2f7067b25c4a90669227d41;p=sup index: remove unused method fresh_thread_id --- diff --git a/lib/sup/index.rb b/lib/sup/index.rb index f258d81..a21e2a0 100644 --- a/lib/sup/index.rb +++ b/lib/sup/index.rb @@ -382,7 +382,6 @@ EOS end end - def fresh_thread_id; @next_thread_id += 1; end def wrap_subj subj; "__START_SUBJECT__ #{subj} __END_SUBJECT__"; end def unwrap_subj subj; subj =~ /__START_SUBJECT__ (.*?) __END_SUBJECT__/ && $1; end