1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 21:09:42 +00:00

Remove redundant declaration

This commit is contained in:
Andrei Kortunov 2018-09-04 17:56:19 +04:00
parent d3defd83fc
commit 5693ceca74

View file

@ -43,14 +43,6 @@ public:
return *this;
}
template<typename T>
Log& operator<<(const T& rhs)
{
if (mLevel <= Debug::CurrentDebugLevel)
std::cout << std::forward<const T&>(rhs);
return *this;
}
~Log()
{