summaryrefslogtreecommitdiffhomepage
path: root/benchmark
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-06-22 16:47:05 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-06-24 13:13:59 +0900
commitf314a5132edb5efbb7c81b7f9c97d0197e001c1e (patch)
tree7b85e484d768ab23cd49332d78da4177a2f14e6c /benchmark
parentd0e07b5fdb1cdbe3c6d045fe629d597ffc03ef21 (diff)
downloadmruby-f314a5132edb5efbb7c81b7f9c97d0197e001c1e.tar.gz
mruby-f314a5132edb5efbb7c81b7f9c97d0197e001c1e.zip
Remove unused build configuration file `benchmark/build_config_cc.rb`.
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/build_config_cc.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/benchmark/build_config_cc.rb b/benchmark/build_config_cc.rb
deleted file mode 100644
index 56d725bc7..000000000
--- a/benchmark/build_config_cc.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-MRuby::Build.new do |conf|
- toolchain :gcc
-end
-
-MRuby::Build.new('gcc') do |conf|
- toolchain :gcc
- conf.gembox 'default'
-end
-
-MRuby::Build.new('clang') do |conf|
- toolchain :clang
- conf.gembox 'default'
-end