summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2019-08-25 01:25:32 +0900
committerGitHub <[email protected]>2019-08-25 01:25:32 +0900
commitce8997467984532bdf40ae18840315b2cb404bc2 (patch)
tree4967f5c959e11fff31a30535bbe71a76db5ea737
parent71242c0f2e1c07b693baf12ead8384dbfd120cb5 (diff)
parente7b49e3f09fddbc28f042d40c4a193f6ae26fd53 (diff)
downloadmruby-ce8997467984532bdf40ae18840315b2cb404bc2.tar.gz
mruby-ce8997467984532bdf40ae18840315b2cb404bc2.zip
Merge pull request #4664 from shuujii/remove-unused-constant-in-Rakefile
Remove unused constant in `Rakefile`; ref e312842a
-rw-r--r--Rakefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Rakefile b/Rakefile
index 298ef8020..be42233db 100644
--- a/Rakefile
+++ b/Rakefile
@@ -15,12 +15,6 @@ require "mruby/lockfile"
# load configuration file
MRUBY_CONFIG = (ENV['MRUBY_CONFIG'] && ENV['MRUBY_CONFIG'] != '') ? ENV['MRUBY_CONFIG'] : "#{MRUBY_ROOT}/build_config.rb"
-MRUBY_CONFIG_LOCK_FILE = "#{MRUBY_CONFIG}.lock"
-MRUBY_CONFIG_LOCK = if File.exist? MRUBY_CONFIG_LOCK_FILE
- YAML.load File.read MRUBY_CONFIG_LOCK_FILE
- else
- {}
- end
load MRUBY_CONFIG
# load basic rules