summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2019-01-23 21:50:09 +0900
committerGitHub <[email protected]>2019-01-23 21:50:09 +0900
commit5956f5b4e8a986a8aedb71a2692be87645abee02 (patch)
tree423a8f67101f2f467c4dfbc481737c2de1e67ec9
parentb83e4df43dea43e5ded33a6efa3e3f679d444d8c (diff)
parentf54262776ec012ae5001b5d43899cbdca02fc936 (diff)
downloadmruby-5956f5b4e8a986a8aedb71a2692be87645abee02.tar.gz
mruby-5956f5b4e8a986a8aedb71a2692be87645abee02.zip
Merge pull request #4242 from shuujii/remove-no-meaning-statement
[ci skip] Remove no meaning statement in `bm_app_lc_fizzbuzz.rb`
-rw-r--r--benchmark/bm_app_lc_fizzbuzz.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmark/bm_app_lc_fizzbuzz.rb b/benchmark/bm_app_lc_fizzbuzz.rb
index 26283cc3f..de8268577 100644
--- a/benchmark/bm_app_lc_fizzbuzz.rb
+++ b/benchmark/bm_app_lc_fizzbuzz.rb
@@ -48,5 +48,4 @@ answer = to_array(solution).map do |p|
to_string(p)
end
-answer_str = answer.to_a
-# puts answer_str
+# puts answer