summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-05-12 21:25:26 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-10-12 16:20:50 +0900
commit8d90c7c0fa755f90262f986899e60e8fc99af4d3 (patch)
treed81a6c01f4b439d7f5c3b99fb24803b5a1bf001d /Rakefile
parent5a88904fe886fc79f8e6a3f47ec7a782c987c96c (diff)
downloadmruby-8d90c7c0fa755f90262f986899e60e8fc99af4d3.tar.gz
mruby-8d90c7c0fa755f90262f986899e60e8fc99af4d3.zip
Remove unused variable from `Rakefile`.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index d475bcff7..56951b02a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -111,7 +111,7 @@ rbfiles = (Dir.glob("#{MRUBY_ROOT}/mrblib/*.rb")+
Dir.glob("#{MRUBY_ROOT}/mrbgems/*/mrblib/*.rb")+
Dir.glob("#{MRUBY_ROOT}/build/*/mrbgems/**/mrblib/*.rb")).uniq
presym_file="#{MRUBY_ROOT}/build/presym"
-predef_symbols = nil
+
desc "preallocated symbols"
file presym_file => cfiles+rbfiles do
csymbols = cfiles.map do |f|