1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* benchmark/driver.rb: remove RUBY_VERSION output.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2009-09-06 20:08:57 +00:00
parent 3463db3068
commit dd7f5639a9
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Mon Sep 7 05:07:59 2009 Koichi Sasada <ko1@atdot.net>
* benchmark/driver.rb: remove RUBY_VERSION output.
Mon Sep 7 05:06:16 2009 Koichi Sasada <ko1@atdot.net>
* vm_insnhelper.c: rename macro name ENABLE_IC_FOR_IVAR

View file

@ -4,8 +4,6 @@
first = true
p RUBY_VERSION
begin
require 'optparse'
rescue LoadError