Chromium Code Reviews| Index: vpython/api/env/gen.go |
| diff --git a/vpython/api/env/gen.go b/vpython/api/env/gen.go |
| deleted file mode 100644 |
| index a3aedde70b47f2288ad0f25d61ce8d008e192b79..0000000000000000000000000000000000000000 |
| --- a/vpython/api/env/gen.go |
| +++ /dev/null |
| @@ -1,14 +0,0 @@ |
| -// Copyright 2017 The LUCI Authors. All rights reserved. |
| -// Use of this source code is governed under the Apache License, Version 2.0 |
| -// that can be found in the LICENSE file. |
| - |
| -//go:generate cproto |
| - |
| -// Package env contains `vpython` environment definition protobufs. |
| -package env |
| - |
| -import ( |
| - "github.com/golang/protobuf/proto" |
| -) |
| - |
| -var _ = proto.Marshal |