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

This commit is contained in:
Eric Pouech 2007-02-10 09:10:20 +01:00 committed by Alexandre Julliard
parent ae48ede907
commit 17cb1c827d
1 changed files with 0 additions and 2 deletions

View File

@ -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 */