Skip to content

Commit a2ffe81

Browse files
committed
Fix accidental commit of code
1 parent cf0933d commit a2ffe81

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

include/cpp_event_framework/StaticPool.hxx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,5 @@ public:
169169
{
170170
return ostream << pool.Name() << " [" << pool.FillLevel() << "/" << pool.Size() << "]";
171171
}
172-
173-
/**
174-
* @brief Stream operator for logging
175-
*/
176-
friend inline std::ostream& operator<<(std::ostream& ostream, const StaticPool& pool)
177-
{
178-
return ostream << pool.Name() << " [" << pool.FillLevel() << "/" << pool.Size() << "]";
179-
}
180172
};
181173
} // namespace cpp_event_framework

0 commit comments

Comments
 (0)