diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-10-05 22:46:55 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-10-05 22:46:55 -0700 |
| commit | 3a6e34804a878ce0c3f74b208f9a5c0bdc75ec7b (patch) | |
| tree | 915a491deca3e04cfc68804952a7e354e4e2917f /toolsrc/src/VcpkgPaths.cpp | |
| parent | e3527b23ea291489fae1363528ecde07c9191f95 (diff) | |
| download | vcpkg-3a6e34804a878ce0c3f74b208f9a5c0bdc75ec7b.tar.gz vcpkg-3a6e34804a878ce0c3f74b208f9a5c0bdc75ec7b.zip | |
Remove stray comment
Diffstat (limited to 'toolsrc/src/VcpkgPaths.cpp')
| -rw-r--r-- | toolsrc/src/VcpkgPaths.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolsrc/src/VcpkgPaths.cpp b/toolsrc/src/VcpkgPaths.cpp index d84a2d281..08f21df34 100644 --- a/toolsrc/src/VcpkgPaths.cpp +++ b/toolsrc/src/VcpkgPaths.cpp @@ -347,7 +347,6 @@ namespace vcpkg return vs_instance.major_version() == "14"; }) != vs_instances.cend(); - // VS2017 for (const VisualStudioInstance& vs_instance : vs_instances) { const std::string major_version = vs_instance.major_version(); |
