From 8dd90aa9766811ccfb74bcf578364eca573f0c6c Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Mon, 20 Mar 2017 16:11:16 -0700 Subject: [vcpkg] Clean up triplet.h --- toolsrc/include/triplet.h | 8 -------- 1 file changed, 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 - { - bool operator()(const vcpkg::triplet& left, const vcpkg::triplet& right) const - { - return left == right; - } - }; } // namespace std -- cgit v1.2.3