Thomas Kho : server: Remove unused thread_apc member.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Aug 3 15:58:23 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 3538c0cdce81e1ee0861b0651da734aef14f0cfa
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=3538c0cdce81e1ee0861b0651da734aef14f0cfa

Author: Thomas Kho <tkho at ucla.edu>
Date:   Wed Aug  2 19:41:02 2006 -0500

server: Remove unused thread_apc member.

---

 server/thread.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/server/thread.c b/server/thread.c
index feb3259..60b74c9 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-cvs mailing list