Merge pull request #5883 from jbampton/rakefile-remove-encoding-comment

Rakefile: remove unnecessary utf-8 encoding comment
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-12-27 14:14:16 +09:00
committed by GitHub
-1
View File
@@ -1,4 +1,3 @@
# encoding: utf-8
# Build description.
# basic build file for mruby
MRUBY_ROOT = File.dirname(File.expand_path(__FILE__))