diff options
author | Peter Goldsborough <psag@fb.com> | 2018-11-07 10:58:46 -0800 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2018-11-07 11:10:09 -0800 |
commit | 2fe9e3a2076778edbfa7b3ae2daa54c4b5c5d7cf (patch) | |
tree | e495c396fc0f31920b6bd8177cf7789984d50a4a /.gitmodules | |
parent | e7652cfb403ab9d08701c08b635b9e622135f1b1 (diff) | |
download | pytorch-2fe9e3a2076778edbfa7b3ae2daa54c4b5c5d7cf.tar.gz pytorch-2fe9e3a2076778edbfa7b3ae2daa54c4b5c5d7cf.tar.bz2 pytorch-2fe9e3a2076778edbfa7b3ae2daa54c4b5c5d7cf.zip |
Remove catch from caffe2/.gitmodules
Summary: Step 3 to remove catch submodule from PyTorch
Reviewed By: ezyang
Differential Revision: D12959020
fbshipit-source-id: 49347de8b027433d422b653dd854ad76349d0e25
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 0ef1cf8f44..26f15c9609 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "third_party/catch"] - path = third_party/catch - url = https://github.com/catchorg/Catch2.git [submodule "third_party/pybind11"] path = third_party/pybind11 url = https://github.com/pybind/pybind11.git |