[PATCH] dbghelp/symbol.c : Remove an unneeded variable.

Amine Khaldi amine48rz at gmail.com
Wed Dec 16 11:45:58 CST 2009


---
 dlls/dbghelp/symbol.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/dlls/dbghelp/symbol.c b/dlls/dbghelp/symbol.c
index 3209067..32921ad 100644
--- a/dlls/dbghelp/symbol.c
+++ b/dlls/dbghelp/symbol.c
@@ -1972,11 +1972,10 @@ BOOL WINAPI SymAddSymbolW(HANDLE hProcess, ULONG64 BaseOfDll, PCWSTR name,
  */
 BOOL WINAPI SymSetScopeFromAddr(HANDLE hProcess, ULONG64 addr)
 {
-    struct process*     pcs;
 
     FIXME("(%p %s): stub\n", hProcess, wine_dbgstr_longlong(addr));
 
-    if (!(pcs = process_find_by_handle(hProcess))) return FALSE;
+    if (!process_find_by_handle(hProcess)) return FALSE;
     return TRUE;
 }
 
-- 
1.6.5.1.1367.gcd48


--------------060600060902090304040104--



More information about the wine-patches mailing list