André Hentschel : netapi32: Remove unneeded shadow variables.
Module: wine Branch: master Commit: 7aa160a98eb908a3168f548d5748100ecf7ba1b1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7aa160a98eb908a3168f548d57... Author: André Hentschel <nerv(a)dawncrow.de> Date: Wed Apr 18 00:11:33 2012 +0200 netapi32: Remove unneeded shadow variables. --- dlls/netapi32/access.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/dlls/netapi32/access.c b/dlls/netapi32/access.c index 6750a11..09b5b63 100644 --- a/dlls/netapi32/access.c +++ b/dlls/netapi32/access.c @@ -294,7 +294,6 @@ NetUserGetInfo(LPCWSTR servername, LPCWSTR username, DWORD level, { PUSER_INFO_10 ui; PUSER_INFO_0 ui0; - NET_API_STATUS status; /* sizes of the field buffers in WCHARS */ int name_sz, comment_sz, usr_comment_sz, full_name_sz; @@ -339,7 +338,6 @@ NetUserGetInfo(LPCWSTR servername, LPCWSTR username, DWORD level, static const WCHAR homedirW[] = {'H','O','M','E',0}; PUSER_INFO_1 ui; PUSER_INFO_0 ui0; - NET_API_STATUS status; /* sizes of the field buffers in WCHARS */ int name_sz, password_sz, home_dir_sz, comment_sz, script_path_sz;
participants (1)
-
Alexandre Julliard