From c33413b35cfa847b76d89ef99bdd81264ca58f91 Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Sun, 24 Jul 2005 17:28:27 +0000 Subject: [PATCH] remove unreferenced formal parameter git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@169 7ec92016-0320-0410-acc4-a06ded1c099a --- include/loki/Singleton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/loki/Singleton.h b/include/loki/Singleton.h index a04a984..f81dadc 100644 --- a/include/loki/Singleton.h +++ b/include/loki/Singleton.h @@ -318,7 +318,7 @@ namespace Loki template struct NoDestroy { - static void ScheduleDestruction(T*, atexit_pfn_t pFun) + static void ScheduleDestruction(T*, atexit_pfn_t) {} static void OnDeadReference()