ntdll: Fixed dead store (llvm/clang).

oldstable
Ricardo Filipe 2008-11-13 11:06:31 +00:00 committed by Alexandre Julliard
parent 50c2cafea9
commit 68d76db6d4
1 changed files with 0 additions and 1 deletions

View File

@ -237,7 +237,6 @@ NTSTATUS WINAPI RtlSetEnvironmentVariable(PWSTR* penv, PUNICODE_STRING name,
RtlDestroyEnvironment(env);
if (!penv) NtCurrentTeb()->Peb->ProcessParameters->Environment = new_env;
else *penv = new_env;
env = new_env;
}
else
{