summaryrefslogtreecommitdiffhomepage
path: root/feature/buildfeatures/feature_lazywg_enabled.go
diff options
context:
space:
mode:
Diffstat (limited to 'feature/buildfeatures/feature_lazywg_enabled.go')
-rw-r--r--feature/buildfeatures/feature_lazywg_enabled.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/feature/buildfeatures/feature_lazywg_enabled.go b/feature/buildfeatures/feature_lazywg_enabled.go
deleted file mode 100644
index f2d6a10f8..000000000
--- a/feature/buildfeatures/feature_lazywg_enabled.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright (c) Tailscale Inc & contributors
-// SPDX-License-Identifier: BSD-3-Clause
-
-// Code generated by gen.go; DO NOT EDIT.
-
-//go:build !ts_omit_lazywg
-
-package buildfeatures
-
-// HasLazyWG is whether the binary was built with support for modular feature "Lazy WireGuard configuration for memory-constrained devices with large netmaps".
-// Specifically, it's whether the binary was NOT built with the "ts_omit_lazywg" build tag.
-// It's a const so it can be used for dead code elimination.
-const HasLazyWG = true