diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-10-04 10:11:30 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-10-04 10:11:30 +0900 |
| commit | d4e9de84c543001cb805d903650a80a9a31f880e (patch) | |
| tree | 4d7b6e769448d0e7fb77c28d68fcdb3a12d38498 /tasks/toolchains/visualcpp.rake | |
| parent | 4695542f37d26585ef7ab9074e4531a84e849ad8 (diff) | |
| parent | edd412966ef815fb9e2185c019a7128f9922c134 (diff) | |
| download | mruby-d4e9de84c543001cb805d903650a80a9a31f880e.tar.gz mruby-d4e9de84c543001cb805d903650a80a9a31f880e.zip | |
Merge pull request #4751 from shuujii/remove-unused-code-to-old-Visual-Studio
Remove unused code to old Visual Studio in `tasks/toolchains/visualcpp.rake`
Diffstat (limited to 'tasks/toolchains/visualcpp.rake')
| -rw-r--r-- | tasks/toolchains/visualcpp.rake | 12 |
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 |
