Chromium Code Reviews| Index: third_party/go/src/golang.org/x/mobile/example/libhellojni/Demo.java |
| diff --git a/third_party/go/src/golang.org/x/mobile/example/libhellojni/Demo.java b/third_party/go/src/golang.org/x/mobile/example/libhellojni/Demo.java |
| deleted file mode 100644 |
| index bfbceb54ec57e7e137dc1626681ff3c1a0fd9a44..0000000000000000000000000000000000000000 |
| --- a/third_party/go/src/golang.org/x/mobile/example/libhellojni/Demo.java |
| +++ /dev/null |
| @@ -1,9 +0,0 @@ |
| -// Copyright 2014 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. |
| - |
| -package demo; |
| - |
| -public class Demo { |
| - public static native void hello(String name); |
| -} |