aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/version/official_linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'version/official_linux.go')
-rw-r--r--version/official_linux.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/version/official_linux.go b/version/official_linux.go
deleted file mode 100644
index d3ca3349..00000000
--- a/version/official_linux.go
+++ /dev/null
@@ -1,12 +0,0 @@
-/* SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
- */
-
-package version
-
-// For testing the updater package from linux. Debug stuff only.
-
-func IsOfficialPath(path string) bool {
- return true
-}