diff options
Diffstat (limited to 'toolsrc/src/triplet.cpp')
| -rw-r--r-- | toolsrc/src/triplet.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/toolsrc/src/triplet.cpp b/toolsrc/src/triplet.cpp index 2831b5d02..cbdafb14c 100644 --- a/toolsrc/src/triplet.cpp +++ b/toolsrc/src/triplet.cpp @@ -21,11 +21,6 @@ namespace vcpkg return !(left == right); } - std::ostream& operator<<(std::ostream& os, const Triplet& t) - { - return os << t.to_string(); - } - Triplet Triplet::from_canonical_name(const std::string& triplet_as_string) { const std::string s(Strings::ascii_to_lowercase(triplet_as_string)); |
