summaryrefslogtreecommitdiff
path: root/tool/file2lastrev.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-07 17:23:42 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-07 17:26:28 +0900
commit5b5c9b61015434a253bf1eee65c7f05dc870b105 (patch)
treeb4a46d657dc71e0d423078a61e219e03cc8c5da8 /tool/file2lastrev.rb
parenta2260bd636646cde486afeebe5a0a7ef5ec78a4e (diff)
Removed no longer used variable
Diffstat (limited to 'tool/file2lastrev.rb')
-rwxr-xr-xtool/file2lastrev.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/file2lastrev.rb b/tool/file2lastrev.rb
index db66be6f70..a317e3702c 100755
--- a/tool/file2lastrev.rb
+++ b/tool/file2lastrev.rb
@@ -110,7 +110,6 @@ OptionParser.new {|opts|
raise "unknown output format `#{@output}'"
end
-srcdir ||= File.dirname(File.dirname(Program))
ok = true
(ARGV.empty? ? [nil] : ARGV).each do |arg|
begin