mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This cleans up the workaround for VS2015 which hasn't been needed for quite some time now as the minimum requirements was VS2017. We are now looking to move to VS2019 as a minimum compiler version on Windows, and so clean this up. Fixes: SR-3422