diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-08-26 00:19:51 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-08-26 00:20:03 -0700 |
| commit | 70949b0d814c469d76b8ddecc514ae0af6686347 (patch) | |
| tree | 3b01ce11c0e6bb1cfbb4b67369fc58b5ef23d536 /toolsrc/include | |
| parent | ceb54bae8754f707bec17ac6ff3e35a32b0966e3 (diff) | |
| download | vcpkg-70949b0d814c469d76b8ddecc514ae0af6686347.tar.gz vcpkg-70949b0d814c469d76b8ddecc514ae0af6686347.zip | |
[vcpkg] Use vcvars argument strings from detected toolset. Avoid c-string pointer comparison.
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/VcpkgPaths.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/toolsrc/include/VcpkgPaths.h b/toolsrc/include/VcpkgPaths.h index 7964129e5..d55c95fe1 100644 --- a/toolsrc/include/VcpkgPaths.h +++ b/toolsrc/include/VcpkgPaths.h @@ -13,11 +13,6 @@ namespace vcpkg CWStringView name; System::CPUArchitecture host_arch; System::CPUArchitecture target_arch; - - bool operator==(const ToolsetArchOption& a) const - { - return (name == a.name && host_arch == a.host_arch && target_arch == a.target_arch); - } }; struct Toolset |
