diff options
author | Lioncash <mathew1800@gmail.com> | 2020-08-25 22:18:35 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-08-25 22:19:15 -0400 |
commit | 58ee9b4197d457cd8876c101fb833e21a479245c (patch) | |
tree | 1766a1740a1b765369f09f8c927e10791062dc5f | |
parent | b8885aa03bed5f9a374163d3fdcb67e59ab4c441 (diff) |
externals: Untrack non-upstream variant of libusb
We shouldn't be tracking personal forks of repositories when upstream
can be managed directly.
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | externals/libusb | 0 |
2 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 79028bbb5..6fa823c1c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,9 +34,6 @@ [submodule "xbyak"] path = externals/xbyak url = https://github.com/herumi/xbyak.git -[submodule "externals/libusb"] - path = externals/libusb - url = https://github.com/ameerj/libusb [submodule "opus"] path = externals/opus/opus url = https://github.com/xiph/opus.git diff --git a/externals/libusb b/externals/libusb deleted file mode 160000 -Subproject 3406d72cda879f8792a88bf5f6bd0b7a65636f7 |