diff --git a/tests/src/ComparisonUtils.h b/tests/src/ComparisonUtils.h index b831e81e..0ef4fe75 100644 --- a/tests/src/ComparisonUtils.h +++ b/tests/src/ComparisonUtils.h @@ -20,11 +20,6 @@ #include #include -inline std::ostream& operator<<(std::ostream& os, const podio::ObjectID id) -{ - return os << "[" << id.collectionID << ": " << id.index << "]"; -} - template inline std::ostream& printContainer(std::ostream& os, const T& cont) {