aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toolsrc/include/triplet.h8
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