Module: wine Branch: master Commit: 17cb1c827d21858502b2476b9c0423869d52547c URL: http://source.winehq.org/git/wine.git/?a=commit;h=17cb1c827d21858502b2476b9c...
Author: Eric Pouech eric.pouech@wanadoo.fr Date: Sat Feb 10 09:10:20 2007 +0100
winedump: Removed a couple of unused elements out of struct symbol.
---
tools/winedump/winedump.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/tools/winedump/winedump.h b/tools/winedump/winedump.h index 506ab99..2e15e24 100644 --- a/tools/winedump/winedump.h +++ b/tools/winedump/winedump.h @@ -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 */