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:
parent
d3defd83fc
commit
5693ceca74
1 changed files with 0 additions and 8 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue