Commit 3538c0cd authored by Thomas Kho's avatar Thomas Kho Committed by Alexandre Julliard

server: Remove unused thread_apc member.

parent e4dd34fe
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment