summaryrefslogtreecommitdiffhomepage
path: root/tasks
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2019-10-04 09:31:54 +0900
committerKOBAYASHI Shuji <[email protected]>2019-10-04 09:31:54 +0900
commitedd412966ef815fb9e2185c019a7128f9922c134 (patch)
tree0dc292c32c47fdb0b6c0f7fb7c6ea44a3392813b /tasks
parent3d2781311e44f40aee8c9153ea1cdb991bd633d3 (diff)
downloadmruby-edd412966ef815fb9e2185c019a7128f9922c134.tar.gz
mruby-edd412966ef815fb9e2185c019a7128f9922c134.zip
Remove unused code to old Visual Studio in `tasks/toolchains/visualcpp.rake`
Diffstat (limited to 'tasks')
-rw-r--r--tasks/toolchains/visualcpp.rake12
1 files changed, 0 insertions, 12 deletions
diff --git a/tasks/toolchains/visualcpp.rake b/tasks/toolchains/visualcpp.rake
index 6275059bb..c5f295130 100644
--- a/tasks/toolchains/visualcpp.rake
+++ b/tasks/toolchains/visualcpp.rake
@@ -54,16 +54,4 @@ MRuby::Toolchain.new(:visualcpp) do |conf, _params|
end
conf.file_separator = '\\'
-
- # Unreliable detection and will result in invalid encoding errors for localized versions of Visual C++
- # if require 'open3'
- # Open3.popen3 conf.cc.command do |_, _, e, _|
- # if /Version (\d{2})\.\d{2}\.\d{5}/ =~ e.gets && $1.to_i <= 17
- # m = "# VS2010/2012 support will be dropped after the next release! #"
- # h = "#" * m.length
- # puts h, m, h
- # end
- # end
- # end
-
end