diff options
author | David Garcia Quintas <dgq@google.com> | 2017-04-28 13:11:11 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2017-04-28 13:11:11 -0700 |
commit | 97106a7ef2f6c7ce0754bd71778aeb779343ae4c (patch) | |
tree | 1632a3038be0976d94cfa386e82badb1afcda658 /.gitmodules | |
parent | 436a3942963117a4751428afeb6f9952a720ce1a (diff) |
Removed 3rd party dep on thrift
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 0f003693e4..144fd080ac 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,9 +14,6 @@ [submodule "third_party/boringssl"] path = third_party/boringssl url = https://github.com/google/boringssl.git -[submodule "third_party/thrift"] - path = third_party/thrift - url = https://github.com/apache/thrift.git [submodule "third_party/benchmark"] path = third_party/benchmark url = https://github.com/google/benchmark |