Chromium Code Reviews| Index: third_party/go/src/golang.org/x/mobile/bind/java/noimpl.go |
| diff --git a/third_party/go/src/golang.org/x/mobile/bind/java/noimpl.go b/third_party/go/src/golang.org/x/mobile/bind/java/noimpl.go |
| deleted file mode 100644 |
| index c123645c116dbbabea16876cc2089bb4dab493d5..0000000000000000000000000000000000000000 |
| --- a/third_party/go/src/golang.org/x/mobile/bind/java/noimpl.go |
| +++ /dev/null |
| @@ -1,9 +0,0 @@ |
| -// Copyright 2015 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. |
| - |
| -// +build !android |
| - |
| -package java |
| - |
| -func initSeq() {} |