Skip to content

Commit aa2a319

Browse files
committed
[ORC-RT] Remove a stray __orc_rt::string_view helper.
This function was accidentally left in after 1dcff82.
1 parent c615e46 commit aa2a319

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

compiler-rt/lib/orc/adt.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ template <typename T, std::size_t Extent = dynamic_extent> class span {
5858
size_type Size = 0;
5959
};
6060

61-
inline std::ostream &operator<<(std::ostream &OS, std::string_view S) {
62-
return OS.write(S.data(), S.size());
63-
}
64-
6561
} // end namespace __orc_rt
6662

6763
#endif // ORC_RT_ADT_H

0 commit comments

Comments
 (0)