From 525e0fdef21b721e86e3a470587fb9de8a03524d Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Thu, 17 Oct 2019 11:34:47 -0700 Subject: [PATCH] Remove upb submodule --- .gitmodules | 3 --- third_party/upb | 1 - tools/run_tests/sanity/check_submodules.sh | 1 - 3 files changed, 5 deletions(-) delete mode 160000 third_party/upb diff --git a/.gitmodules b/.gitmodules index 2b085e15059..f3653b475c4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -51,9 +51,6 @@ [submodule "third_party/protoc-gen-validate"] path = third_party/protoc-gen-validate url = https://github.com/envoyproxy/protoc-gen-validate.git -[submodule "third_party/upb"] - path = third_party/upb - url = https://github.com/protocolbuffers/upb.git [submodule "third_party/udpa"] path = third_party/udpa url = https://github.com/cncf/udpa.git diff --git a/third_party/upb b/third_party/upb deleted file mode 160000 index 931bbecbd32..00000000000 --- a/third_party/upb +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 931bbecbd3230ae7f22efa5d203639facc47f719 diff --git a/tools/run_tests/sanity/check_submodules.sh b/tools/run_tests/sanity/check_submodules.sh index bd98e5c479a..0c8900ae83a 100755 --- a/tools/run_tests/sanity/check_submodules.sh +++ b/tools/run_tests/sanity/check_submodules.sh @@ -41,7 +41,6 @@ cat << EOF | awk '{ print $1 }' | sort > "$want_submodules" 09745575a923640154bcf307fba8aedff47f240a third_party/protobuf (v3.7.0-rc.2-247-g09745575) e143189bf6f37b3957fb31743df6a1bcf4a8c685 third_party/protoc-gen-validate (v0.0.10) 94324803a497c8f76dbc78df393ef629d3a9f3c3 third_party/udpa (heads/master) - 931bbecbd3230ae7f22efa5d203639facc47f719 third_party/upb (heads/master) cacf7f1d4e3d44d871b605da3b647f07d718623f third_party/zlib (v1.2.11) EOF