Module: wine Branch: refs/heads/master Commit: 3538c0cdce81e1ee0861b0651da734aef14f0cfa URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=3538c0cdce81e1ee0861b065...
Author: Thomas Kho tkho@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;