Skip to content

Commit 2f1bbb2

Browse files
authored
Merge pull request #561 from pocke/suppress-warning
Suppress "assigned but unused variable" warning
2 parents a10a086 + 3862a23 commit 2f1bbb2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Rakefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ end
104104

105105
desc "Diffs Ruby HEAD with the currently checked-out copy of RDoc."
106106
task :diff_ruby do
107-
options = "-urpN --exclude '*svn*' --exclude '*swp' --exclude '*rbc'"
108-
109107
sh "diff #{diff_options} bin/rdoc #{ruby_dir}/bin/rdoc; true"
110108
sh "diff #{diff_options} bin/ri #{ruby_dir}/bin/ri; true"
111109
sh "diff #{diff_options} lib/rdoc.rb #{ruby_dir}/lib/rdoc.rb; true"

0 commit comments

Comments
 (0)