From 2a77f20277736a9f086f973132bcf7a062a332ae Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 15 Oct 2020 12:22:26 +0200 Subject: api: remove dead code Signed-off-by: Simon Rozman --- api/registry.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'api/registry.c') diff --git a/api/registry.c b/api/registry.c index f735d4d..30a152c 100644 --- a/api/registry.c +++ b/api/registry.c @@ -85,17 +85,6 @@ RegistryOpenKeyWait( return OpenKeyWait(Key, Buf, Access, GetTickCount64() + Timeout, KeyOut); } -WINTUN_STATUS -RegistryWaitForKey(_In_ HKEY Key, _In_z_count_c_(MAX_REG_PATH) const WCHAR *Path, _In_ DWORD Timeout) -{ - HKEY k; - DWORD Result = RegistryOpenKeyWait(Key, Path, KEY_NOTIFY, Timeout, &k); - if (Result != ERROR_SUCCESS) - return Result; - RegCloseKey(k); - return ERROR_SUCCESS; -} - /** * Validates and/or sanitizes string value read from registry. * -- cgit v1.2.3-59-g8ed1b