diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-09-08 10:56:00 -0500 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-09-08 10:56:00 -0500 |
commit | 84b5a4d83d14189fe5898bd896680e7acde2c028 (patch) | |
tree | e2eb159276731ec9a75b610a0d06b1327e55b543 /donotuseon_linux.go | |
parent | 4cd06c0925ceb3dccd07b5ca1bdcdd6c24cfc77b (diff) |
main: simplify warnings
Diffstat (limited to 'donotuseon_linux.go')
-rw-r--r-- | donotuseon_linux.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/donotuseon_linux.go b/donotuseon_linux.go deleted file mode 100644 index ee8a83b..0000000 --- a/donotuseon_linux.go +++ /dev/null @@ -1,15 +0,0 @@ -// +build !android - -/* SPDX-License-Identifier: MIT - * - * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved. - */ - -package main - -const DoNotUseThisProgramOnLinux = UseTheKernelModuleInstead - -// -------------------------------------------------------- -// Do not use this on Linux. Instead use the kernel module. -// See wireguard.com/install for more information. -// -------------------------------------------------------- |