mirror of
https://github.com/reactos/reactos.git
synced 2026-09-11 20:32:22 +08:00
- Remove unnecessary line from FreeEnvironmentStringsW.
See issue #5073 for more details. svn path=/trunk/; revision=44925
This commit is contained in:
@@ -382,7 +382,6 @@ FreeEnvironmentStringsW (
|
||||
LPWSTR EnvironmentStrings
|
||||
)
|
||||
{
|
||||
(void)EnvironmentStrings;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user