[PATCH] [WineDump]: removed a couple, of unused elements out of struct symbol

Eric Pouech eric.pouech at wanadoo.fr
Sat Feb 10 02:10:20 CST 2007




A+
---

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




More information about the wine-patches mailing list