ntdll/tests: Remove duplicated entry.

oldstable
Akihiro Sagawa 2014-09-30 00:13:48 +09:00 committed by Alexandre Julliard
parent 2d5c8aff3c
commit 2be3df3c32
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ static BOOL InitFunctionPtrs(void)
NTDLL_GET_PROC(RtlCreateUnicodeStringFromAsciiz)
NTDLL_GET_PROC(RtlCreateUnicodeString)
NTDLL_GET_PROC(RtlFreeUnicodeString)
NTDLL_GET_PROC(NtDeleteValueKey)
NTDLL_GET_PROC(RtlQueryRegistryValues)
NTDLL_GET_PROC(RtlCheckRegistryKey)
NTDLL_GET_PROC(RtlOpenCurrentUser)