mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
* Log.h: drop unused template
This commit is contained in:
parent
d09fedf208
commit
364ccc05d5
1 changed files with 0 additions and 6 deletions
6
Log.h
6
Log.h
|
@ -120,10 +120,4 @@ void LogPrint (LogLevel level, TArgs... args)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
template<typename... TArgs>
|
|
||||||
void LogPrint (TArgs... args)
|
|
||||||
{
|
|
||||||
LogPrint (eLogInfo, args...);
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue