From 15670a6b6d370e12cdcc3237bb8e295c10d15f88 Mon Sep 17 00:00:00 2001 From: Wenfeng Wang Date: Fri, 24 Apr 2020 14:55:54 +0000 Subject: [PATCH] Remove unnecessary protobuf file --- src/proto/BitcoinGold.proto | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/proto/BitcoinGold.proto diff --git a/src/proto/BitcoinGold.proto b/src/proto/BitcoinGold.proto deleted file mode 100644 index 10fcbcd8b60..00000000000 --- a/src/proto/BitcoinGold.proto +++ /dev/null @@ -1,11 +0,0 @@ -// Copyright © 2017-2020 Trust Wallet. -// -// This file is part of Trust. The full Trust copyright notice, including -// terms governing use, modification, and redistribution, is contained in the -// file LICENSE at the root of the source code distribution tree. - -syntax = "proto3"; - -package TW.BitcoinGold.Proto; -option java_package = "wallet.core.jni.proto"; -