From ba9e364dab402cfc104eb00669f7fdfd9259559e Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 16 Oct 2021 22:49:38 -0600 Subject: wintun: remove memmod option for dll loading Only wireguard-windows used this, and it's moving to wgnt exclusively. Signed-off-by: Jason A. Donenfeld --- tun/wintun/memmod/memmod_windows_arm64.go | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 tun/wintun/memmod/memmod_windows_arm64.go (limited to 'tun/wintun/memmod/memmod_windows_arm64.go') diff --git a/tun/wintun/memmod/memmod_windows_arm64.go b/tun/wintun/memmod/memmod_windows_arm64.go deleted file mode 100644 index b8f1259..0000000 --- a/tun/wintun/memmod/memmod_windows_arm64.go +++ /dev/null @@ -1,8 +0,0 @@ -/* SPDX-License-Identifier: MIT - * - * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. - */ - -package memmod - -const imageFileProcess = IMAGE_FILE_MACHINE_ARM64 -- cgit v1.2.3