From 32012165c932c0c4743033e63221f862c40010d3 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 24 May 2020 10:27:30 +0530 Subject: [PATCH] windows: remove ununsed PptRegGetDword function Signed-off-by: Biswapriyo Nath --- platforms/windows/hax_win.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/platforms/windows/hax_win.h b/platforms/windows/hax_win.h index 8625dd85..43d9eb2f 100644 --- a/platforms/windows/hax_win.h +++ b/platforms/windows/hax_win.h @@ -53,14 +53,6 @@ int write_event(NTSTATUS err_code, PVOID obj, void *dump_data, int dsize); int hax_valid_uva(uint64_t uva, uint64_t size); -NTSTATUS -PptRegGetDword( - IN ULONG RelativeTo, - IN __nullterminated PWSTR Path, - IN __nullterminated PWSTR ParameterName, - IN OUT PULONG ParameterValue -); - #define MAX_HOST_MEM_SIZE ((uint64_t)1 << 41) #endif // HAX_WINDOWS_HAX_WIN_H_