From 42dec286ee588ec9e5ecd738e7cfc4e93cc60088 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Wed, 11 Jul 2012 21:43:13 +0000 Subject: [PATCH] Removed unused argument list member from Deconstructor --- wrap/Deconstructor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/wrap/Deconstructor.h b/wrap/Deconstructor.h index 035ff74df..ca44700fc 100644 --- a/wrap/Deconstructor.h +++ b/wrap/Deconstructor.h @@ -34,7 +34,6 @@ struct Deconstructor { } // Then the instance variables are set directly by the Module deconstructor - ArgumentList args; std::string name; bool verbose_;