aboutsummaryrefslogtreecommitdiff
path: root/tun/wintun/setupapi/types64_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'tun/wintun/setupapi/types64_windows.go')
-rw-r--r--tun/wintun/setupapi/types64_windows.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/tun/wintun/setupapi/types64_windows.go b/tun/wintun/setupapi/types64_windows.go
deleted file mode 100644
index c815b8f..0000000
--- a/tun/wintun/setupapi/types64_windows.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// +build amd64 arm64
-
-/* SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
- */
-
-package setupapi
-
-const (
- sizeofDevInfoListDetailData uint32 = 560
- sizeofDrvInfoDetailData uint32 = 1584
-)