remove trezor submodule

This commit is contained in:
wowario 2020-06-29 15:04:26 +03:00
parent c70878b54e
commit 7a6d90c55a
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111
4 changed files with 0 additions and 6 deletions

View file

@ -33,7 +33,6 @@ prepare() {
git config submodule.external/unbound.url "$srcdir/unbound"
git config submodule.external/miniupnp.url "$srcdir/miniupnp"
git config submodule.external/rapidjson.url "$srcdir/rapidjson"
git config submodule.external/trezor-common.url "$srcdir/trezor-common"
git config submodule.external/RandomWOW.url "$srcdir/RandomWOW"
git submodule update
}