From 17cb1c827d21858502b2476b9c0423869d52547c Mon Sep 17 00:00:00 2001 From: Eric Pouech Date: Sat, 10 Feb 2007 09:10:20 +0100 Subject: [PATCH] winedump: Removed a couple of unused elements out of struct symbol. --- tools/winedump/winedump.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/winedump/winedump.h b/tools/winedump/winedump.h index 506ab99b0da..2e15e2466d3 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 */