server: remove unused thread_apc member

Thomas Kho tkho at ucla.edu
Wed Aug 2 19:41:02 CDT 2006


server: remove unused thread_apc member

Thomas Kho

diff --git a/server/thread.c b/server/thread.c
index 553b415..099caf5 100644
--- a/server/thread.c
+++ b/server/thread.c
@@ -72,7 +72,6 @@ struct thread_apc
     struct object      *owner;    /* object that queued this apc */
     void               *func;     /* function to call in client */
     enum apc_type       type;     /* type of apc function */
-    int                 nb_args;  /* number of arguments */
     void               *arg1;     /* function arguments */
     void               *arg2;
     void               *arg3;



More information about the wine-patches mailing list