summaryrefslogtreecommitdiffhomepage
path: root/src/internal/ntapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/ntapi.c')
-rw-r--r--src/internal/ntapi.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/internal/ntapi.c b/src/internal/ntapi.c
index fe928ac..e491bff 100644
--- a/src/internal/ntapi.c
+++ b/src/internal/ntapi.c
@@ -44,7 +44,6 @@
#include <ntapi/nt_statfs.h>
#include <ntapi/nt_daemon.h>
#include <ntapi/nt_tty.h>
-#include <ntapi/nt_vmount.h>
#include <ntapi/nt_hash.h>
#include <ntapi/nt_debug.h>
#include <ntapi/nt_atomic.h>
@@ -339,19 +338,6 @@ static int32_t __fastcall __ntapi_init_once(ntapi_vtbl ** pvtbl)
/* nt_statfs.h */
__ntapi->tt_statfs = __ntapi_tt_statfs;
- /* nt_vmount.h */
- __ntapi->vms_get_node_by_dev_name = __ntapi_vms_get_node_by_dev_name;
- __ntapi->vms_get_node_by_end_component = __ntapi_vms_get_node_by_end_component;
- __ntapi->vms_cache_alloc = __ntapi_vms_cache_alloc;
- __ntapi->vms_cache_free = __ntapi_vms_cache_free;
- __ntapi->vms_client_connect = __ntapi_vms_client_connect;
- __ntapi->vms_client_disconnect = __ntapi_vms_client_disconnect;
- __ntapi->vms_point_attach = __ntapi_vms_point_attach;
- __ntapi->vms_point_get_handles = __ntapi_vms_point_get_handles;
- __ntapi->vms_ref_count_inc = __ntapi_vms_ref_count_inc;
- __ntapi->vms_ref_count_dec = __ntapi_vms_ref_count_dec;
- __ntapi->vms_table_query = __ntapi_vms_table_query;
-
/* nt_debug.h */
#ifdef __DEBUG
__ntapi->dbg_write = __dbg_write;