Remove requests submodule
Since the requests module is already provided by ycmd, we don't need to add it a second time in YCM.
This commit is contained in:
parent
65cc309421
commit
31cbb3b6aa
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,9 +1,6 @@
|
||||
[submodule "third_party/requests-futures"]
|
||||
path = third_party/requests-futures
|
||||
url = https://github.com/ross/requests-futures
|
||||
[submodule "third_party/requests"]
|
||||
path = third_party/requests
|
||||
url = https://github.com/kennethreitz/requests
|
||||
[submodule "third_party/ycmd"]
|
||||
path = third_party/ycmd
|
||||
url = https://github.com/Valloric/ycmd
|
||||
|
1
third_party/requests
vendored
1
third_party/requests
vendored
@ -1 +0,0 @@
|
||||
Subproject commit fa338da717124188b21d48df55f2fa9aca459d12
|
Loading…
Reference in New Issue
Block a user