From 6e825dd7209374ac57ad0946d6e920abe355d63f Mon Sep 17 00:00:00 2001 From: Juan Miguel Carceller <22276694+jmcarcell@users.noreply.github.com> Date: Wed, 4 Oct 2023 08:39:55 +0200 Subject: [PATCH] Remove operator<< from CollectionUtils.h --- tests/src/ComparisonUtils.h | 5 ----- 1 file changed, 5 deletions(-) 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) {