Commit 17cb1c82 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

winedump: Removed a couple of unused elements out of struct symbol.

parent ae48ede9
......@@ -94,8 +94,6 @@ typedef struct __parsed_symbol
char arg_flag [MAX_FUNCTION_ARGS];
char *arg_text [MAX_FUNCTION_ARGS];
char *arg_name [MAX_FUNCTION_ARGS];
unsigned int n_u_refs;
char *u_ref [MAX_FUNCTION_ARGS];
} parsed_symbol;
/* FIXME: Replace with some hash such as GHashTable */
......
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