ntdll: Remove unnecessary call to strlen from get_dos_device.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alex Henrie 2020-12-10 22:18:18 -07:00 committed by Alexandre Julliard
parent c618093540
commit 7c61b303eb
1 changed files with 0 additions and 1 deletions

View File

@ -2812,7 +2812,6 @@ static NTSTATUS get_dos_device( const WCHAR *name, UINT name_len, char **unix_na
if (!new_name) break;
free( unix_name );
unix_name = new_name;
unix_len = strlen(unix_name) + 1;
dev = NULL; /* last try */
}
free( unix_name );