From f9749f6e05320d0fa1dbdf38addec5f7abead38d Mon Sep 17 00:00:00 2001 From: TimePath Date: Sun, 21 Aug 2016 19:15:35 +1000 Subject: [PATCH] IL_DELETE: remove unused parameter --- qcsrc/lib/intrusivelist.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/lib/intrusivelist.qh b/qcsrc/lib/intrusivelist.qh index 2927a62fe..9d3ec54c8 100644 --- a/qcsrc/lib/intrusivelist.qh +++ b/qcsrc/lib/intrusivelist.qh @@ -147,7 +147,7 @@ void IL_REMOVE(IntrusiveList this, entity it) /** * Delete the list */ -#define IL_DELETE(this, dtor) \ +#define IL_DELETE(this) \ MACRO_BEGIN \ { \ delete(this); \ -- 2.39.2