diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-03-20 16:11:16 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-03-20 16:20:02 -0700 |
| commit | 8dd90aa9766811ccfb74bcf578364eca573f0c6c (patch) | |
| tree | 22b5f6c16b641480fb7d3688581be270c77194c6 /toolsrc/include | |
| parent | fded520642292b1d9ef1fced1c9c556d5d90e6d4 (diff) | |
| download | vcpkg-8dd90aa9766811ccfb74bcf578364eca573f0c6c.tar.gz vcpkg-8dd90aa9766811ccfb74bcf578364eca573f0c6c.zip | |
[vcpkg] Clean up triplet.h
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/triplet.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/toolsrc/include/triplet.h b/toolsrc/include/triplet.h index 32ea2e711..614b3b909 100644 --- a/toolsrc/include/triplet.h +++ b/toolsrc/include/triplet.h @@ -49,12 +49,4 @@ namespace std } }; - template <> - struct equal_to<vcpkg::triplet> - { - bool operator()(const vcpkg::triplet& left, const vcpkg::triplet& right) const - { - return left == right; - } - }; } // namespace std |
