remove unreferenced formal parameter
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@169 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
69b590f5ba
commit
c33413b35c
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ namespace Loki
|
|||
template <class T>
|
||||
struct NoDestroy
|
||||
{
|
||||
static void ScheduleDestruction(T*, atexit_pfn_t pFun)
|
||||
static void ScheduleDestruction(T*, atexit_pfn_t)
|
||||
{}
|
||||
|
||||
static void OnDeadReference()
|
||||
|
|
Loading…
Reference in a new issue