diff options
Diffstat (limited to 'vendor/google.golang.org/protobuf/internal/flags/proto_legacy_disable.go')
-rw-r--r-- | vendor/google.golang.org/protobuf/internal/flags/proto_legacy_disable.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vendor/google.golang.org/protobuf/internal/flags/proto_legacy_disable.go b/vendor/google.golang.org/protobuf/internal/flags/proto_legacy_disable.go deleted file mode 100644 index bda8e8cf3..000000000 --- a/vendor/google.golang.org/protobuf/internal/flags/proto_legacy_disable.go +++ /dev/null @@ -1,10 +0,0 @@ -// Copyright 2018 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -//go:build !protolegacy -// +build !protolegacy - -package flags - -const protoLegacy = false |