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:
syntheticpp 2005-07-24 17:28:27 +00:00
parent 69b590f5ba
commit c33413b35c

View file

@ -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()