about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/olddoc/news_rdoc.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/olddoc/news_rdoc.rb b/lib/olddoc/news_rdoc.rb
index 2427591..bd712fb 100644
--- a/lib/olddoc/news_rdoc.rb
+++ b/lib/olddoc/news_rdoc.rb
@@ -12,7 +12,6 @@ module Olddoc::NewsRdoc # :nodoc:
     fp.puts "=== #{tag[:subject]} / #{time}"
     fp.puts ""
 
-    body = tag[:body]
     fp.puts tag[:body].gsub(/^/smu, "  ").gsub(/[ \t]+$/smu, "")
     fp.puts ""
   end