mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-22 12:39: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;
|
return *this;
|
||||||
}
|
}
|
||||||
template<typename T>
|
|
||||||
Log& operator<<(const T& rhs)
|
|
||||||
{
|
|
||||||
if (mLevel <= Debug::CurrentDebugLevel)
|
|
||||||
std::cout << std::forward<const T&>(rhs);
|
|
||||||
|
|
||||||
return *this;
|
|
||||||
}
|
|
||||||
|
|
||||||
~Log()
|
~Log()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue