summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fs/ntapi_tt_open_physical_parent_directory.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/fs/ntapi_tt_open_physical_parent_directory.c b/src/fs/ntapi_tt_open_physical_parent_directory.c
index d28eb1b..2822b47 100644
--- a/src/fs/ntapi_tt_open_physical_parent_directory.c
+++ b/src/fs/ntapi_tt_open_physical_parent_directory.c
@@ -14,8 +14,7 @@ int32_t __stdcall __ntapi_tt_open_physical_parent_directory(
__out uintptr_t * buffer,
__in uint32_t buffer_size,
__in uint32_t desired_access,
- __in uint32_t open_options,
- __out int32_t * type)
+ __in uint32_t open_options)
{
int32_t status;
nt_oa oa;
@@ -25,8 +24,6 @@ int32_t __stdcall __ntapi_tt_open_physical_parent_directory(
nt_unicode_string * path;
uint32_t len;
- (void)type;
-
path = (nt_unicode_string *)buffer;
if ((status = __ntapi->zw_query_object(