[vcpkg] Clean up triplet.h

This commit is contained in:
Robert Schumacher 2017-03-20 16:11:16 -07:00
parent fded520642
commit 8dd90aa976

View File

@ -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